You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update ti.py | enhancing data precision
change the format of lammps thermo from %.8g (8 significant figures) to %20.6f for concerned thermal quantities.
some systems have very large per-atom energy (lower than -1000 eV/atom)
While the reference point of the energy could be arbitary that gives even lower values, the deltaE in cared range of thermal conditions is fixed e.g. ~ several meV/atom.
Storing the total energy of such systems may run out of significant figures before the cared precision.
formats of related data-duplication output files 'data' are also changed from %.6e to %20.6f
format of ti.out is also changed from %.8e in to %.12e which stores total energy too
* Update ti.py
* Update ti.py
fix typo
* Update ti.py
thermo_modify should be after the thermo_style, and the colum range 4~8 (nooted as 4*8) is dependent on the thermo_style. Developer should add new thermo_modify lines if they add other kinds of ens and corresponding thermol_style.
* Update in.lammps | enhancing data precision
* Update in.lammps | enhancing data precision
* Update in.lammps | enhancing data precision
* Update in.lammps | enhancing data precision
* Update test_ti_gen_lammps_input.py | enhancing data precision
* Update in.lammps | enhancing data precision
0 commit comments