read_data command not reading config file properly.

Hi,

Please find attached my LAMMPS input script, the config file to be read using the read_data command , the Stillinger-Weber potential file and the log file. As seen in the log file, I observe that the script beyond read_data is not being read or is not being taken into consideration. I’ve tried modifying the script but to no avail. I’ve observed the same when using the Tersoff potential too. Could anyone please help me with this issue.

Regards,

Saketh.

Si_TADConfig.xyz (9.3 KB)

TADSi.in (1.25 KB)

Si.sw (653 Bytes)

Si_TADLog.lammps (382 Bytes)

Hi,

Please find attached my LAMMPS input script, the config file to be read
using the read_data command , the Stillinger-Weber potential file and the
log file. As seen in the log file, I observe that the script beyond
read_data is not being read or is not being taken into consideration. I’ve
tried modifying the script but to no avail. I’ve observed the same when

modifying the script doesn't help. your data file is not correctly formatted!
the line after the Atoms keyword is ignored. thus read_data is looking for
one more line of coordinates, that is not there. please re-read the
data file format description.

axel.