.codecov.yml
.docstr.yaml
.gitignore
.pylintrc
.style.yapf
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
pytest.ini
pytest.sh
setup.cfg
.githooks/commit-msg
.github/.pylint_cache/PQAnalysis_1.stats
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/scripts/parse_pylint.py
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pylint.yml
.github/workflows/release.yml
PQAnalysis/__init__.py
PQAnalysis/_version.py
PQAnalysis/config.py
PQAnalysis/exceptions.py
PQAnalysis/formats.py
PQAnalysis/type_checking.py
PQAnalysis/types.py
PQAnalysis.egg-info/PKG-INFO
PQAnalysis.egg-info/SOURCES.txt
PQAnalysis.egg-info/dependency_links.txt
PQAnalysis.egg-info/entry_points.txt
PQAnalysis.egg-info/requires.txt
PQAnalysis.egg-info/top_level.txt
PQAnalysis/analysis/__init__.py
PQAnalysis/analysis/rdf/__init__.py
PQAnalysis/analysis/rdf/api.py
PQAnalysis/analysis/rdf/exceptions.py
PQAnalysis/analysis/rdf/rdf.py
PQAnalysis/analysis/rdf/rdf_input_file_reader.py
PQAnalysis/analysis/rdf/rdf_output_file_writer.py
PQAnalysis/atomic_system/__init__.py
PQAnalysis/atomic_system/_decorators.py
PQAnalysis/atomic_system/_positions.py
PQAnalysis/atomic_system/_properties.py
PQAnalysis/atomic_system/_standard_properties.py
PQAnalysis/atomic_system/atomic_system.py
PQAnalysis/atomic_system/exceptions.py
PQAnalysis/cli/__init__.py
PQAnalysis/cli/_argument_parser.py
PQAnalysis/cli/_cli_base.py
PQAnalysis/cli/add_molecules.py
PQAnalysis/cli/build_nep_traj.py
PQAnalysis/cli/continue_input.py
PQAnalysis/cli/gen2xyz.py
PQAnalysis/cli/main.py
PQAnalysis/cli/rdf.py
PQAnalysis/cli/rst2xyz.py
PQAnalysis/cli/traj2box.py
PQAnalysis/cli/traj2qmcfc.py
PQAnalysis/cli/xyz2gen.py
PQAnalysis/core/__init__.py
PQAnalysis/core/api.py
PQAnalysis/core/exceptions.py
PQAnalysis/core/residue.py
PQAnalysis/core/atom/__init__.py
PQAnalysis/core/atom/atom.py
PQAnalysis/core/atom/element.py
PQAnalysis/core/cell/__init__.py
PQAnalysis/core/cell/_standard_properties.py
PQAnalysis/core/cell/cell.py
PQAnalysis/grammar/PQ_inputGrammar.lark
PQAnalysis/grammar/inputGrammar.lark
PQAnalysis/grammar/rules.lark
PQAnalysis/grammar/selection.lark
PQAnalysis/grammar/terminals.lark
PQAnalysis/io/__init__.py
PQAnalysis/io/api.py
PQAnalysis/io/base.py
PQAnalysis/io/box_writer.py
PQAnalysis/io/conversion_api.py
PQAnalysis/io/energy_file_reader.py
PQAnalysis/io/exceptions.py
PQAnalysis/io/formats.py
PQAnalysis/io/info_file_reader.py
PQAnalysis/io/moldescriptor_reader.py
PQAnalysis/io/write_api.py
PQAnalysis/io/gen_file/__init__.py
PQAnalysis/io/gen_file/api.py
PQAnalysis/io/gen_file/exceptions.py
PQAnalysis/io/gen_file/gen_file_reader.py
PQAnalysis/io/gen_file/gen_file_writer.py
PQAnalysis/io/input_file_reader/__init__.py
PQAnalysis/io/input_file_reader/exceptions.py
PQAnalysis/io/input_file_reader/formats.py
PQAnalysis/io/input_file_reader/input_file_parser.py
PQAnalysis/io/input_file_reader/pq/__init__.py
PQAnalysis/io/input_file_reader/pq/output_files.py
PQAnalysis/io/input_file_reader/pq/pq_input_file_reader.py
PQAnalysis/io/input_file_reader/pq_analysis/__init__.py
PQAnalysis/io/input_file_reader/pq_analysis/_file_mixin.py
PQAnalysis/io/input_file_reader/pq_analysis/_parse.py
PQAnalysis/io/input_file_reader/pq_analysis/_positions_mixin.py
PQAnalysis/io/input_file_reader/pq_analysis/_selection_mixin.py
PQAnalysis/io/input_file_reader/pq_analysis/pqanalysis_input_file_reader.py
PQAnalysis/io/nep/__init__.py
PQAnalysis/io/nep/exceptions.py
PQAnalysis/io/nep/nep_writer.py
PQAnalysis/io/restart_file/__init__.py
PQAnalysis/io/restart_file/api.py
PQAnalysis/io/restart_file/exceptions.py
PQAnalysis/io/restart_file/restart_reader.py
PQAnalysis/io/restart_file/restart_writer.py
PQAnalysis/io/topology_file/__init__.py
PQAnalysis/io/topology_file/api.py
PQAnalysis/io/topology_file/exceptions.py
PQAnalysis/io/topology_file/topology_file_reader.py
PQAnalysis/io/topology_file/topology_file_writer.py
PQAnalysis/io/traj_file/__init__.py
PQAnalysis/io/traj_file/api.py
PQAnalysis/io/traj_file/exceptions.py
PQAnalysis/io/traj_file/frame_reader.py
PQAnalysis/io/traj_file/trajectory_reader.py
PQAnalysis/io/traj_file/trajectory_writer.py
PQAnalysis/io/virial/__init__.py
PQAnalysis/io/virial/api.py
PQAnalysis/io/virial/virial_reader.py
PQAnalysis/physical_data/__init__.py
PQAnalysis/physical_data/energy.py
PQAnalysis/physical_data/exceptions.py
PQAnalysis/tools/__init__.py
PQAnalysis/tools/add_molecule.py
PQAnalysis/tools/traj_to_com_traj.py
PQAnalysis/topology/__init__.py
PQAnalysis/topology/api.py
PQAnalysis/topology/exceptions.py
PQAnalysis/topology/selection.py
PQAnalysis/topology/shake_topology.py
PQAnalysis/topology/topology.py
PQAnalysis/topology/bonded_topology/__init__.py
PQAnalysis/topology/bonded_topology/_topology_properties.py
PQAnalysis/topology/bonded_topology/angle.py
PQAnalysis/topology/bonded_topology/bond.py
PQAnalysis/topology/bonded_topology/bonded_topology.py
PQAnalysis/topology/bonded_topology/dihedral.py
PQAnalysis/traj/__init__.py
PQAnalysis/traj/api.py
PQAnalysis/traj/exceptions.py
PQAnalysis/traj/formats.py
PQAnalysis/traj/trajectory.py
PQAnalysis/utils/__init__.py
PQAnalysis/utils/common.py
PQAnalysis/utils/custom_logging.py
PQAnalysis/utils/decorators.py
PQAnalysis/utils/files.py
PQAnalysis/utils/math.py
PQAnalysis/utils/random.py
PQAnalysis/utils/string.py
PQAnalysis/utils/units.py
benchmarks/pytest.ini
benchmarks/core/benchmark_cell.py
benchmarks/core/benchmark_traj_reader.py
docs/Makefile
docs/autodoc.sh
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/css/custom.css
docs/source/_templates/module.rst
docs/source/_templates/package.rst
docs/source/code/PQAnalysis.analysis.rdf.api.rst
docs/source/code/PQAnalysis.analysis.rdf.exceptions.rst
docs/source/code/PQAnalysis.analysis.rdf.rdf.rst
docs/source/code/PQAnalysis.analysis.rdf.rdf_input_file_reader.rst
docs/source/code/PQAnalysis.analysis.rdf.rdf_output_file_writer.rst
docs/source/code/PQAnalysis.analysis.rdf.rst
docs/source/code/PQAnalysis.analysis.rst
docs/source/code/PQAnalysis.atomic_system.atomic_system.rst
docs/source/code/PQAnalysis.atomic_system.exceptions.rst
docs/source/code/PQAnalysis.atomic_system.rst
docs/source/code/PQAnalysis.cli.add_molecules.rst
docs/source/code/PQAnalysis.cli.build_nep_traj.rst
docs/source/code/PQAnalysis.cli.continue_input.rst
docs/source/code/PQAnalysis.cli.gen2xyz.rst
docs/source/code/PQAnalysis.cli.rdf.rst
docs/source/code/PQAnalysis.cli.rst
docs/source/code/PQAnalysis.cli.rst2xyz.rst
docs/source/code/PQAnalysis.cli.traj2box.rst
docs/source/code/PQAnalysis.cli.traj2qmcfc.rst
docs/source/code/PQAnalysis.cli.xyz2gen.rst
docs/source/code/PQAnalysis.config.rst
docs/source/code/PQAnalysis.core.api.rst
docs/source/code/PQAnalysis.core.atom.atom.rst
docs/source/code/PQAnalysis.core.atom.element.rst
docs/source/code/PQAnalysis.core.atom.rst
docs/source/code/PQAnalysis.core.cell.cell.rst
docs/source/code/PQAnalysis.core.cell.rst
docs/source/code/PQAnalysis.core.exceptions.rst
docs/source/code/PQAnalysis.core.residue.rst
docs/source/code/PQAnalysis.core.rst
docs/source/code/PQAnalysis.exceptions.rst
docs/source/code/PQAnalysis.formats.rst
docs/source/code/PQAnalysis.io.api.rst
docs/source/code/PQAnalysis.io.base.rst
docs/source/code/PQAnalysis.io.box_writer.rst
docs/source/code/PQAnalysis.io.conversion_api.rst
docs/source/code/PQAnalysis.io.energy_file_reader.rst
docs/source/code/PQAnalysis.io.exceptions.rst
docs/source/code/PQAnalysis.io.formats.rst
docs/source/code/PQAnalysis.io.gen_file.api.rst
docs/source/code/PQAnalysis.io.gen_file.exceptions.rst
docs/source/code/PQAnalysis.io.gen_file.gen_file_reader.rst
docs/source/code/PQAnalysis.io.gen_file.gen_file_writer.rst
docs/source/code/PQAnalysis.io.gen_file.rst
docs/source/code/PQAnalysis.io.info_file_reader.rst
docs/source/code/PQAnalysis.io.input_file_reader.exceptions.rst
docs/source/code/PQAnalysis.io.input_file_reader.formats.rst
docs/source/code/PQAnalysis.io.input_file_reader.input_file_parser.rst
docs/source/code/PQAnalysis.io.input_file_reader.pq.output_files.rst
docs/source/code/PQAnalysis.io.input_file_reader.pq.pq_input_file_reader.rst
docs/source/code/PQAnalysis.io.input_file_reader.pq.rst
docs/source/code/PQAnalysis.io.input_file_reader.pq_analysis.pqanalysis_input_file_reader.rst
docs/source/code/PQAnalysis.io.input_file_reader.pq_analysis.rst
docs/source/code/PQAnalysis.io.input_file_reader.rst
docs/source/code/PQAnalysis.io.moldescriptor_reader.rst
docs/source/code/PQAnalysis.io.nep.nep_writer.rst
docs/source/code/PQAnalysis.io.nep.rst
docs/source/code/PQAnalysis.io.restart_file.api.rst
docs/source/code/PQAnalysis.io.restart_file.exceptions.rst
docs/source/code/PQAnalysis.io.restart_file.restart_reader.rst
docs/source/code/PQAnalysis.io.restart_file.restart_writer.rst
docs/source/code/PQAnalysis.io.restart_file.rst
docs/source/code/PQAnalysis.io.rst
docs/source/code/PQAnalysis.io.topology_file.api.rst
docs/source/code/PQAnalysis.io.topology_file.exceptions.rst
docs/source/code/PQAnalysis.io.topology_file.rst
docs/source/code/PQAnalysis.io.topology_file.topology_file_reader.rst
docs/source/code/PQAnalysis.io.topology_file.topology_file_writer.rst
docs/source/code/PQAnalysis.io.traj_file.api.rst
docs/source/code/PQAnalysis.io.traj_file.exceptions.rst
docs/source/code/PQAnalysis.io.traj_file.frame_reader.rst
docs/source/code/PQAnalysis.io.traj_file.rst
docs/source/code/PQAnalysis.io.traj_file.trajectory_reader.rst
docs/source/code/PQAnalysis.io.traj_file.trajectory_writer.rst
docs/source/code/PQAnalysis.io.virial.api.rst
docs/source/code/PQAnalysis.io.virial.rst
docs/source/code/PQAnalysis.io.virial.virial_reader.rst
docs/source/code/PQAnalysis.io.write_api.rst
docs/source/code/PQAnalysis.physical_data.energy.rst
docs/source/code/PQAnalysis.physical_data.exceptions.rst
docs/source/code/PQAnalysis.physical_data.rst
docs/source/code/PQAnalysis.rst
docs/source/code/PQAnalysis.tools.add_molecule.rst
docs/source/code/PQAnalysis.tools.rst
docs/source/code/PQAnalysis.tools.traj_to_com_traj.rst
docs/source/code/PQAnalysis.topology.api.rst
docs/source/code/PQAnalysis.topology.bonded_topology.angle.rst
docs/source/code/PQAnalysis.topology.bonded_topology.bond.rst
docs/source/code/PQAnalysis.topology.bonded_topology.bonded_topology.rst
docs/source/code/PQAnalysis.topology.bonded_topology.dihedral.rst
docs/source/code/PQAnalysis.topology.bonded_topology.rst
docs/source/code/PQAnalysis.topology.exceptions.rst
docs/source/code/PQAnalysis.topology.rst
docs/source/code/PQAnalysis.topology.selection.rst
docs/source/code/PQAnalysis.topology.shake_topology.rst
docs/source/code/PQAnalysis.topology.topology.rst
docs/source/code/PQAnalysis.traj.api.rst
docs/source/code/PQAnalysis.traj.exceptions.rst
docs/source/code/PQAnalysis.traj.formats.rst
docs/source/code/PQAnalysis.traj.rst
docs/source/code/PQAnalysis.traj.trajectory.rst
docs/source/code/PQAnalysis.type_checking.rst
docs/source/code/PQAnalysis.types.rst
docs/source/code/PQAnalysis.utils.common.rst
docs/source/code/PQAnalysis.utils.custom_logging.rst
docs/source/code/PQAnalysis.utils.decorators.rst
docs/source/code/PQAnalysis.utils.files.rst
docs/source/code/PQAnalysis.utils.random.rst
docs/source/code/PQAnalysis.utils.rst
docs/source/code/PQAnalysis.utils.units.rst
docs/source/code/modules.rst
docs/source/developerGuide/developerGuide.rst
docs/source/logo/PQAnalysis.png
docs/source/userGuide/inputFile.rst
docs/source/userGuide/userGuide.rst
examples/add_molecules/mil68ga-md-01.rst
examples/add_molecules/perylene-md-05.rst
examples/add_molecules/perylene-md-05.xyz
examples/add_molecules/shake_mil.top
examples/add_molecules/shake_perylene.top
examples/continue_input/run-01.in
examples/traj2box/.gitignore
examples/traj2box/acof_triclinic.xyz
examples/traj2box/acof_triclinic_2.xyz
examples/traj2comtraj/umcm-9-md-01.xyz
tests/__init__.py
tests/conftest.py
tests/test_formats.py
tests/analysis/__init__.py
tests/analysis/rdf/__init__.py
tests/analysis/rdf/test_api.py
tests/analysis/rdf/test_rdf.py
tests/analysis/rdf/test_rdfInputFileReader.py
tests/analysis/rdf/test_rdfOutputFileReader.py
tests/atomicSystem/__init__.py
tests/atomicSystem/test_atomic_system.py
tests/atomicSystem/test_decorators.py
tests/atomicSystem/test_positions.py
tests/cli/__init__.py
tests/cli/test_continue_input.py
tests/cli/test_rst2xyz.py
tests/cli/test_traj2box.py
tests/cli/test_traj2qmcfc.py
tests/core/__init__.py
tests/core/test_cell.py
tests/core/test_residue.py
tests/core/atom/__init__.py
tests/core/atom/test_atom.py
tests/core/atom/test_element.py
tests/data/inputFileReader/input.in
tests/data/inputFileReader/input_PQ.in
tests/data/inputFileReader/PQ_input/n_not_matching.in
tests/data/inputFileReader/PQ_input/n_not_matching_input_file_n-08.in
tests/data/inputFileReader/PQ_input/no_output_files.in
tests/data/inputFileReader/PQ_input/no_start_file.in
tests/data/inputFileReader/PQ_input/old_n_not_less_one_than_actual_n-09.in
tests/data/inputFileReader/PQ_input/run-08.in
tests/data/inputFileReader/PQ_input/run-08.rpmd.in
tests/data/inputFileReader/PQ_input/run-09.in.ref
tests/data/inputFileReader/PQ_input/run-09.rpmd.in.ref
tests/data/inputFileReader/PQ_input/run-10.in.ref
tests/data/inputFileReader/PQ_input/run-10.rpmd.in.ref
tests/data/rdf/input.in
tests/data/rdf/required_keys_not_given.in
tests/data/readEnergyFile/md-01.en
tests/data/readEnergyFile/md-01.info
tests/data/readEnergyFile/md-01_noinfo.en
tests/data/readInfoFile/md-01.info
tests/data/readInfoFile/md-01.qmcfc.info
tests/data/readMoldescriptor/moldescriptor.dat
tests/data/readMoldescriptor/moldescriptor_withError.dat
tests/data/readRestartFile/md-01.rst
tests/data/readRestartFile/moldescriptor.dat
tests/data/rst2xyz/md-01.rst
tests/data/traj2box/box.dat
tests/data/traj2box/box.vmd.xyz
tests/data/traj2box/test.xyz
tests/data/traj2qmcfc/acof_triclinic.xyz
tests/data/traj2qmcfc/acof_triclinic_2.xyz
tests/data/traj2qmcfc/traj.qmcfc.xyz
tests/integration_tests/__init__.py
tests/integration_tests/add_molecules/__init__.py
tests/integration_tests/add_molecules/test_add_molecules.py
tests/integration_tests/add_molecules/ref_data/combined.rst
tests/integration_tests/add_molecules/ref_data/mil68ga-md-01.rst
tests/integration_tests/add_molecules/ref_data/perylene-md-05.rst
tests/integration_tests/add_molecules/ref_data/perylene-md-05.xyz
tests/integration_tests/add_molecules/ref_data/shake_mil.top
tests/integration_tests/add_molecules/ref_data/shake_perylene.top
tests/integration_tests/add_molecules/ref_data/top.top
tests/io/__init__.py
tests/io/test_base.py
tests/io/test_boxWriter.py
tests/io/test_energyFileReader.py
tests/io/test_frameReader.py
tests/io/test_infoFileReader.py
tests/io/test_moldescriptorReader.py
tests/io/test_restartReader.py
tests/io/test_restartWriter.py
tests/io/test_topology_writer.py
tests/io/test_trajectoryReader.py
tests/io/test_trajectoryWriter.py
tests/io/test_write_api.py
tests/io/inputFileReader/__init__.py
tests/io/inputFileReader/test_inputDictionary.py
tests/io/inputFileReader/test_inputFileParser.py
tests/io/inputFileReader/test_transformers.py
tests/io/inputFileReader/test_visitors.py
tests/io/inputFileReader/PQ/__init__.py
tests/io/inputFileReader/PQ/test_PQ_inputFileReader.py
tests/io/inputFileReader/PQAnalysis/__init__.py
tests/io/inputFileReader/PQAnalysis/test_parse.py
tests/physicalData/__init__.py
tests/physicalData/test_energy.py
tests/tools/__init__.py
tests/tools/test_traj_to_com_traj.py
tests/topology/__init__.py
tests/topology/test_selection.py
tests/topology/test_selectionTransformer.py
tests/topology/test_shakeTopology.py
tests/topology/test_topology.py
tests/topology/bonded_topology/__init__.py
tests/topology/bonded_topology/test_angle.py
tests/topology/bonded_topology/test_bond.py
tests/topology/bonded_topology/test_bondedTopology.py
tests/topology/bonded_topology/test_dihedral.py
tests/traj/__init__.py
tests/traj/test_api.py
tests/traj/test_trajectory.py
tests/utils/__init__.py
tests/utils/test_common.py
tests/utils/test_decorators.py
tests/utils/test_math.py
tests/utils/test_string.py