https://github.com/patrickfuchs/buildH/
Raw File
Tip revision: 9f05672515e1cdb0064eeb34f63844296193bc0d authored by patrickfuchs on 01 September 2021, 09:32:15 UTC
Bump version: 1.5.0 → 1.6.0
Tip revision: 9f05672
.gitignore
#Python
*.pyc
__pycache__/

# Python package builds
buildh.egg-info/
dist/
build/

#IDE
.vscode
*.code-workspace

# documentation
docs/_build/
docs/Berger_POPC_test_case/*_H*
docs/Berger_POPC_test_case/popc_3frames.xtc
docs/Berger_POPC_test_case/OP_buildH.out
docs/notebooks/.ipynb_checkpoints/

#Project
*.npz
/*.out
op_TMP*
tests/OP_buildH.out
tests/test.pdb
tests/test.xtc
back to top