https://github.com/AdaptivePELE/AdaptivePELE
Raw File
Tip revision: de2b093dcbd5c5d1c9c04c6cbc3828f793634e57 authored by jgilaber on 19 February 2019, 18:04:22 UTC
Merge branch 'master' of https://github.com/AdaptivePELE/AdaptivePELE
Tip revision: de2b093
.gitignore
AdaptivePELE/*/*.pyc
AdaptivePELE/*/*.sw[op]
AdaptivePELE/epsilon_values.txt
AdaptivePELE/.ropeproject/
AdaptivePELE/os
AdaptivePELE/setuptools
AdaptivePELE/sys
AdaptivePELE/build/
AdaptivePELE/atomset/*.c
AdaptivePELE/atomset/*.so
AdaptivePELE/atomset/build
AdaptivePELE/freeEnergies/*.c
AdaptivePELE/freeEnergies/*.so
AdaptivePELE/freeEnergies/build
AdaptivePELE/Data
AdaptivePELE/Documents
AdaptivePELE/docs/_build
AdaptivePELE/AdaptiveTest.*
AdaptivePELE/MDTest.*
setup.pyc
.ropeproject
build
AdaptivePELE/*.pyc
*.sw[op]
AdaptivePELE/tmp_tests_data_3ptb_data_Test3/
AdaptivePELE/tests/data/3ptb_data/Test3/
AdaptivePELE/tests/data/3ptb_data/RestartTest/*/logFile*
.DS_Store
dist
AdaptivePELE.egg-info/
AdaptivePELE/__pycache__
AdaptivePELE/*/__pycache__
.idea
AdaptivePELE/AdaptiveTest_CUDA.*
AdaptivePELE/tests/data/3ptb_data/RestartTest/2/report_*
AdaptivePELE/tests/data/3ptb_data/RestartTest/2/trajectory_*
AdaptivePELE/tests/data/3ptb_data/RestartTest/synchronization/syncFile.lock
back to top