Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 907 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 907 Bytes

lj-parspace

Build Status codecov.io

Work in progress...

Installation

Clone the repository and cd to the created directory. Install the dependencies using pip:

sudo pip install -r requirements.txt

You need to create a configuration file in ~/.ljparspace.cfg with the following format:

[DEFAULT]
postg_path = /path/to/postg

Usage

Validation

You can use the bin/validate.py script to validate the LJ parameters by giving a wave function and its Gromacs topology file.

Check out the examples.

Contributing

Read CONTRIBUTING.