Skip to content
/ nap Public
forked from ryokbys/nap

Nagoya Atomistic-simulation Package (NAP). Why don't you take a NAP? ;)

License

Notifications You must be signed in to change notification settings

alphagw/nap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's NAP

Nagoya Atomistic-simulation Package (NAP) consists of several programs and utilities:

  • parallel molecular dynamics simulation (pmd)
  • potential parameter fitting (fitpot)
  • python modules for pre/post-processes (nappy) The program, pmd , includes various interatomic potentials for metals and semiconductors, and uses spatial decomposition technique for the parallelization, and cell-list method for efficient neighbor search.

Who made this?

  • Ryo KOBAYASHI
  • Assistant Professor in the department of mechanical engineering, Nagoya Institute of Technology. (Nov, 2017)

Compilation and usage

See the manual web site below, http://ryokbys.web.nitech.ac.jp/contents/pmd_usage

For the short test, whether or not you can use this program in your environment,

$ ./configure --prefix=$(pwd)
$ cd pmd/
$ make
$ cd ../example/test_W/
$ ../../pmd/pmd

If it works, you can use this program. For details, please see the manual or ask me via e-mail (kobayashi.ryo[at]nitech.ac.jp).

Acknowledgements

This program is supported in part by "Materials research by Information Integration" Initiative (MI2I) project of the Support Program for Starting Up Innovation Hub from Japan Science and Technology Agency (JST).

LICENSE

This software is released under the MIT License, see the LICENSE.

About

Nagoya Atomistic-simulation Package (NAP). Why don't you take a NAP? ;)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 71.8%
  • Python 24.2%
  • Shell 1.6%
  • C++ 1.5%
  • Ruby 0.5%
  • C 0.4%