Crash after computing stress tensor
Posted: Thu Jul 13, 2017 11:24 pm
Francois,
I'm having trouble with some MD calculations on 256 atom sample (8x8x4 supercell). After computing the ground state wave function I perform the calculation in two steps, one to let the system reach equilibrium and then many MD steps. The inputs are
I have to do this several times, loading the previous save. I use randomize_v on the first run but not subsequent ones. And the next input is:
The calculation running the first input is fine, but on the second one, it appears to crash right after calculating the stress. The error message is
We didn't realize we needed the stress tensor until later so the line "set stress ON" was added to the first input midway during the calculation (the job was resubmitted and I loaded the previous xml file). So perhaps that is the cause of the error, but it didn't affect the previous calculation at all, just the last one.
I appreciate any help you can provide,
Tyler
I'm having trouble with some MD calculations on 256 atom sample (8x8x4 supercell). After computing the ground state wave function I perform the calculation in two steps, one to let the system reach equilibrium and then many MD steps. The inputs are
Code: Select all
set nrowmax 160
load gs.xml
set xc PBE
set wf_dyn JD
set ecutprec 10
set stress ON
set atoms_dyn MD
set dt 60
set thermostat BDP
set th_temp 12
set scf_tol 2.e-6
run 100 10
save md1.xml
Code: Select all
set nrowmax 80
load md1.xml
set stress ON
set cell_dyn SD
set cell_mass 9.e7
set cell_lock CS
run 300 10
save md2.xml
Code: Select all
qb: StructureFactor.C:78: void StructureFactor::update(const std::vector<std::vector<double, std::allocator<double>>, std::allocator<std::vector<double, std::allocator<double>>>> &, const Basis &): Assertion `basis.localsize() == _ng' failed.
I appreciate any help you can provide,
Tyler