-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hi,
I'm getting this error when specifying what timesteps to use for an rdf calculation with --RDF_Timesteps.
The simulation is 15 ns and I wanna use the last 2 ns. The simulation timestep is 1 fs. This is how I'm calling PyLAT.
python PyLAT.py -g --RDF_Timesteps 2000000 --mol TF2 --mol C2M --nummol 170 --nummol 170 -p /scratch365/fcarmona/LANL_Tg_Study/Emim_NTf2_Tg_study/dynamics/170K/ -f 170_rdf.json -v 2 Emim_NTf2.log Emim_NTf2.data Emim_NTf2.lammpstrj
When executed this is the output I get.
COM calculation 100.00% complete
Number of RDF timesteps requested longer than simulation. Using all timesteps.
beginning RDF calculation
RDF calculation complete
beginning file generation
file generated
I am not sure why it is using all timesteps. The only abnormality I can think off is in my log file where the thermostyle is outputting temperature first and then the timestep.
Please advise,
Thank you!