Hi all,
I’m encountering a persistent “ZBRENT: fatal error in bracketing” during geometry optimization in VASP, and I’d really appreciate any insight. I am studying La³⁺ exchanged FAU zeolite.
My system consists of:
FAU framework (48 T atoms)
3 framework Al atoms (charge-balanced)
1 La³⁺ cation (in the supercage)
I have an initial run using the following INCAR settings:
SYSTEM = FAU48T_run1
NCORE = 4
LREAL = .TRUE.
ENCUT = 420
PREC = Normal
EDIFF = 1E-4
NELM = 60
ALGO = Fast
ISMEAR = 0
SIGMA = 0.05
IBRION = 2
NSW = 50
EDIFFG = -0.07
ISIF = 2
POTIM = 0.35
ISYM = 2
LWAVE = .FALSE.
LCHARG = .FALSE.
This initial run goes on just fine. But when I do my second run (copying the CONTCAR from the 1st run and using it as my new POSCAR) using the below settings, I encounter the bracketing error:
SYSTEM = FAU48T_run2
NCORE = 4
LREAL = .FALSE.
ENCUT = 520
PREC = Accurate
EDIFF = 1E-6
NELM = 120
NELMIN = 8
ALGO = Normal
ISMEAR = 0
SIGMA = 0.05
ADDGRID = .TRUE.
LASPH = .TRUE.
IBRION = 2
NSW = 120
EDIFFG = -0.03
ISIF = 2
POTIM = 0.05
ISYM = 0
LWAVE = .FALSE.
LCHARG = .FALSE.
I've tried:
- Restarting from CONTCAR several times, but I have the same error
- Switching IBRION = 2(conjugate gradient) to 1(RMM-DIIS), smaller POTIM (down to 0.05)
- Turning off symmetry (ISYM = 0)
Still encountering the same issue.
I want to obtain stable, relaxed La coordination structures in the FAU structure. Any suggestions would be very helpful.
Thanks in advance for your help!

