Skip to content

Releases: ryokbys/nap

v0.12.2

06 Oct 08:30
Compare
Choose a tag to compare
  • Implemented UF3 force field.
  • Fix a bug consistency in data type between pandas and numpy.
  • Minor bug fixes.

Full Changelog: rev240722...rev241006

v0.12.1

22 Jul 06:24
Compare
Choose a tag to compare
  • fix a fatal bug of a lost file in the previous version.

v0.12.0

19 Jul 13:06
Compare
Choose a tag to compare
  • change the definition of each digit in the atom tag.
  • implement grouping functionality.

v0.11.2

05 May 09:44
Compare
Choose a tag to compare
  • modify the name of ASE calculator as PMD_ASE_Calculator
  • fix a fatal performance issue in PMD_ASE_Calculator

v0.11.1

08 Apr 08:53
Compare
Choose a tag to compare
  • fix: backward compatibility to old-style pmdini file

v0.11.0

15 Mar 03:10
Compare
Choose a tag to compare
  • change the pmd-format style (particulary h-matrix part)
  • implement combined pmd/dump output from pmd

v0.10.23

02 Feb 05:47
Compare
Choose a tag to compare

Changes:

  • vector component constraint
  • center of mass analysis in msd.py and vacf.py
  • modify pmd-format to include some system info at header
  • remove {erg,frc,strs}.pmd from output

Bug fixes:

  • fix not to read strs.pmd in elasticity.py
  • fix mk_lspr_sngl which could affect some python programs.

v0.10.22

09 Nov 07:45
Compare
Choose a tag to compare
  • Fixed a bug in mk_lspr_sngl that is called from python scripts. This could affect some important scripts for optimizing force-field parameters such as rdf.py and adf.py. Please be careful when updating to this version.
  • Removed output files, erg.pmd, frc.pmd and strs.pmd at the end of pmd run. Instead, those information are stored in pmdfin file.

v0.10.21

07 May 06:07
Compare
Choose a tag to compare
  • change: the style of stress_target entry
  • implement: read gzipped file in nappy.
  • fix: fail in examples/pmd_parallel
  • fix: scaled velocity change in repeating the system in nappy
  • fix: bug in velocity conversion real <==> scaled
  • fix: wrong order of velocity component in dump format output.

v0.10.20

31 Mar 23:53
Compare
Choose a tag to compare
  • fix some bugs
  • implement OpenMP in force_Tersoff
  • implement OpenACC only in force_LJ