.gitignore
.gitlab-ci.yml
CONTRIBUTORS
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
.gitlab/merge_request_templates/default.md
deploy/apache-2-min.tmpl
deploy/check_license.py
deploy/unittest_report.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/api_reference/index.rst
docs/developer_guide/index.rst
docs/user_guide/index.rst
docs/user_guide/troubleshooting.rst
fragment/__init__.py
fragment/__main__.py
fragment/project.py
fragment/registry.yaml
fragment/spatial.py
fragment/views.py
fragment/app/__init__.py
fragment/app/cli/__init__.py
fragment/app/cli/__main__.py
fragment/app/cli/calc.py
fragment/app/cli/cli.py
fragment/app/cli/hooks.py
fragment/app/cli/project.py
fragment/app/cli/strategy.py
fragment/app/cli/system.py
fragment/app/cli/util.py
fragment/backends/cp2k.py
fragment/core/PIETree.py
fragment/core/PIE_common.py
fragment/core/__init__.py
fragment/core/legacy_PIE.py
fragment/core/legacy_PIETree.py
fragment/core/logging.py
fragment/core/quickPIE.py
fragment/db/__init__.py
fragment/db/models.py
fragment/examples/__init__.py
fragment/examples/strategies/__init__.py
fragment/examples/strategies/distance.yaml
fragment/examples/strategies/example.yaml
fragment/examples/strategies/protein.yaml
fragment/examples/strategies/water6_test.yaml
fragment/examples/systems/6-benzene.xyz
fragment/examples/systems/Fw10.frag
fragment/examples/systems/MgOCH2.xyz
fragment/examples/systems/__init__.py
fragment/examples/systems/acetylene.xyz
fragment/examples/systems/benzene.xyz
fragment/examples/systems/ethane.xyz
fragment/examples/systems/ethanol.xyz
fragment/examples/systems/ethene.xyz
fragment/examples/systems/formaldehyde.xyz
fragment/examples/systems/many_benzenes.xyz
fragment/examples/systems/mg_complex.xyz
fragment/examples/systems/small_protien.pdb
fragment/examples/systems/tetrapeptide.pdb
fragment/examples/systems/two_AA.xyz
fragment/examples/systems/water6.frag
fragment/examples/systems/water6.xyz
fragment/fragmenting/__init__.py
fragment/fragmenting/abstract.py
fragment/fragmenting/covalent_components.py
fragment/fragmenting/groups.py
fragment/fragmenting/interaction_energy.py
fragment/fragmenting/water.py
fragment/mods/MIC.py
fragment/mods/__init__.py
fragment/mods/distance.py
fragment/mods/property_delta.py
fragment/mods/util.py
fragment/schemas/__init__.py
fragment/schemas/calculation.py
fragment/schemas/common.py
fragment/schemas/db.py
fragment/schemas/strategy.py
fragment/schemas/workers.py
fragment/systems/__init__.py
fragment/systems/common.py
fragment/util/__init__.py
fragment_qc.egg-info/PKG-INFO
fragment_qc.egg-info/SOURCES.txt
fragment_qc.egg-info/dependency_links.txt
fragment_qc.egg-info/entry_points.txt
fragment_qc.egg-info/requires.txt
fragment_qc.egg-info/top_level.txt
tests/__init__.py
tests/_util.py
tests/linux-64-spec.txt
tests/run_tests.py
tests/test_views.py
tests/backends/test_CP2K.py
tests/core/__init__.py
tests/core/test_PIETree.py
tests/core/test_legacy_PIE.py
tests/core/test_quickPIE.py
tests/fragmenting/__init__.py
tests/fragmenting/test_Aux.py
tests/fragmenting/test_group.py
tests/fragmenting/test_interaction_energy.py
tests/mods/__init__.py
tests/mods/test_Distance.py
tests/mods/test_property_deltas.py
tests/server/__init__.py
tests/util/__init__.py
tests/worker/__init__.py