Hi Marie-Therese!
Thank you so much for the reply. I tried just changing the POSCAR file with the supercell POSCAR, but is seems like it restarted the whole retraining with on-the-fly method. For context the structure that I trained it on is the 2x1x1 supercell of the unit cell while the structure that I am trying to run now is the 4x3x3 (of the unitcell).
This is my INCAR file:
SYSTEM = GFH2O
ISYM = 0 ! no symmetry imposed
! ab initio
PREC = Normal
IVDW = 12 # or 11 for zero damping, but CP2K by default uses standard damping (likely IVDW=12)
VDW_A1 = 0.4289 # typical value for PBE-D3 (adjust if needed)
VDW_A2 = 4.4407
VDW_S8 = 0.7892
ISMEAR = -1 ! Fermi smearing
SIGMA = 0.0258 ! smearing in eV
ENCUT = 300 !energy cutoff for the plane-wave basis set in eV.
EDIFF = 1e-6 !global break condition for the electronic SC-loop
LWAVE = F
LCHARG = F
LREAL = Auto
! MD
IBRION = 0 ! MD (treat ionic degrees of freedom)
NSW = 100000 ! no of ionic steps
POTIM = 0.5 ! MD time step in fs
MDALGO = 2 ! Nose-Hoover
SMASS = 0.5
!LANGEVIN_GAMMA = 1 ! friction
!LANGEVIN_GAMMA_L = 3 5 10 5 5 ! lattice friction
!PMASS = 10 ! lattice mass
TEBEG = 300 ! temperature
ISIF = 2 ! NVT update positions, cell shape and volume
! machine learning
ML_MODE = run
ML_LMLFF = T
ML_ISTART = 2
ML_WTSIF = 2
ML_MB = 0
RANDOM_SEED = 688344966 0 0
NCORE = 4