Giter Site home page Giter Site logo

for_test's Introduction

PyUNIxMD: Python-based UNIversal eXcited state Molecular Dynamics

PyUNIxMD is an object-oriented Python program for molecular dynamics simulations involving multiple electronic states. It is mainly for studying the nonadiabatic dynamics of excited molecules.

Requirements

You can easily install the latest Numpy and Cython via Python's pip command.

$ pip install --upgrade numpy Cython

Build

You can build PyUNIxMD by the following command.

$ python3 setup.py build_ext -b ./src/build

Test

Without the aid of external QM programs, You can test the PyUNIxMD package with model systems. The corresponding examples are:

  • $PYUNIXMDHOME/examples/qm/Eh-Shin_Metiu
  • $PYUNIXMDHOME/examples/qm/SHXF-SAC
  • $PYUNIXMDHOME/examples/qm/SHXF-Shin_Metiu

$PYUNIXMDHOME is the top-level directory where this file belongs.

In each directory, you can find the running script named run.py.

Before running test jobs, add the path of the PyUNIxMD package to your Python path.

$ export PYTHONPATH=$PYUNIXMDHOME/src:$PYTHONPATH

Then execute run.py as follows.

$ python3 run.py >& log

Utility scripts

PyUNIxMD provides other Python scripts to analyze results of dynamics calculations. To use the scripts, you need to add the path of the scripts.

$ export PYTHONPATH=$PYUNIXMDHOME/util:$PYTHONPATH

Documentation

If you have Sphinx, you can locally build the manual of PyUNIxMD by the following command.

$ cd docs
$ make html

for_test's People

Contributors

inseonglee avatar tikimtikim avatar jkha-unist avatar daehohan avatar skmin-lab avatar swmoon-unist avatar mverena avatar

Watchers

 avatar

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.