Git Product home page Git Product logo

nap's Introduction

DOI

What's nap

Nagoya Atomistic-simulation Package (nap) includes the following programs and utilities:

  • parallel molecular dynamics simulation (pmd)
  • potential parameter fitting (fitpot for neural-network potential, and for other potentials, see optzer)
  • 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 linked-cell method for efficient neighbor search.

Who made this?

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

Requirements and dependencies

To compile pmd and fitpot, the following programs/libraries are required:

  • Fortran compiler
  • MPI library

nappy requires the following packages:

  • numpy
  • scipy
  • pandas
  • docopt
  • ASE

Compilation and usage

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

$ git clone https://github.com/ryokbys/nap.git ./nap
$ cd nap/
$ ./configure --prefix=$(pwd)
$ make test

If it works, you can use this program in your system. To install the python package nappy,

$ python setup.py sdist
$ pip install -e .

Then you can use the nappy commands, napsys, in the terminal and can import nappy package in python programs.

For details, please see the documentation or ask me via e-mail (kobayashi.ryo[at]nitech.ac.jp).

Acknowledgements

This program was 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.

nap's People

Contributors

ryokbys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nap's Issues

no regression tests

The package doesn't have any regression tests currently. So while I can run an example simualtion, I've got no way of knowing if the numbers produced match what "should" happen. Ideally there should be a "make test" target which runs the example and checks that the answers are similar/equal to a known set of reference values (which have been checked to be true).

Test for parallel execution

Is there a test for parallel execution of pmd? I tried to modify example/pmd_BVS_LLZO to be able to run it using MPI (changed num_nodes_x, num_nodes_y, and num_nodes_z to -1). However, it produces different results depending on the number of MPI processes and I'm not able to judge whether the differences are ok.

dependencies not listed anywhere

The installation works but requires mpif90. The required dependencies should be listed somewhere in the installation instructions and documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.