Skip to content

Python libraries for constructing polymer topologies and coordinates

License

Notifications You must be signed in to change notification settings

lunamorrow/polyconstruct

 
 

Repository files navigation

Setup for PolyConstruct

From your home directory, install PolyConstruct from Git:

git clone https://github.com/OMaraLab/polyconstruct.git

Then navigate to polyconstruct:

cd polyconstruct

To setup polyconstruct, run:

conda create --name polyconstruct-env
conda activate polyconstruct-env

pip install -r requirements.txt

# polytop requires python 3.10
# you may need to install python=3.10 before you are able to install requirements (as per above), depending on your setup
conda uninstall python
conda install "python=3.10"

Then, build the PolyTop, PolyConf and PolyBuild packages:

cd polytop

pip install -e .

cd ../polyconf

pip install -e .

cd ../polybuild

pip install -e .

About

Python libraries for constructing polymer topologies and coordinates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.8%
  • Python 21.2%