Hello,
I am working in TACC Lonestar and the restart files were also written by the same version. Also it worked correctly for other lengths of CNT (5nm, 20nm, 35nm, 80nm, 95m) but not for these lengths (50nm and 95nm).
The input files are as follows :
### EQUILIBRATION
dimension 3
units metal
atom_style molecular
read_data data.cnt50
pair_style airebo 3.0 1 1
pair_coeff * * CH.airebo C
group Carbon type 1
thermo 1
thermo_style custom step temp epair pe ke etotal press vol
minimize 1.0e-6 1.0e-8 0.1 10000
fix 1 Carbon npt temp 300.0 300.0 0.1 iso 0 0 0.1
thermo 50
timestep 0.001
dump 1 Carbon atom 100 dump.atom
run 5000000
unfix 1
write_restart equil.restart0
fix 2 Carbon nvt temp 300.0 300.0 0.1
run 5000000
unfix 2
write_restart equil.restart1
fix 3 all nve
run 2000000
write_restart equil.restart2
THERMAL COND
read_restart equil.restart2
pair_style airebo 3.0 1 1
pair_coeff * * CH.airebo C
group Carbon type 1
log log.thermal
reset_timestep 0
timestep 0.001
variable t equal 150000
thermo $t
fix NVT all nvt temp 300.0 300.0 0.1
compute ke Carbon ke/atom
variable temperature atom c_ke/(1.5*8.617e-5)
fix thermal all thermal/conductivity 300 z 100
thermo_style custom step temp pe ke etotal press lx ly lz f_thermal
run 7000000
write_restart equil.restart3
fix TEP all ave/spatial 1 10000 10000 z lower 3 v_temperature file t
emp.cnt50 units box
run 1000000
write_restart equil.restart4
The simulations are not running after the line marked in redg iving the error of *"*Invalid flag in header section of restart file " which means *"*unrecognised entry in the restart file" . Can you please help? Thank you.