.gitignore
LICENSE
README.md
codecov.yml
pyproject.toml
setup.cfg
.github/workflows/ci.yml
.github/workflows/docs.yml
PQAnalysis/__init__.py
PQAnalysis/_version.py
PQAnalysis/exceptions.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/cli/__init__.py
PQAnalysis/cli/rst2xyz.py
PQAnalysis/cli/traj2box.py
PQAnalysis/cli/traj2qmcfc.py
PQAnalysis/core/__init__.py
PQAnalysis/core/atom.py
PQAnalysis/core/cell.py
PQAnalysis/core/exceptions.py
PQAnalysis/core/atomicSystem/__init__.py
PQAnalysis/core/atomicSystem/_decorators.py
PQAnalysis/core/atomicSystem/_indexing.py
PQAnalysis/core/atomicSystem/_positions.py
PQAnalysis/core/atomicSystem/_properties.py
PQAnalysis/core/atomicSystem/_standardProperties.py
PQAnalysis/core/atomicSystem/atomicSystem.py
PQAnalysis/io/__init__.py
PQAnalysis/io/base.py
PQAnalysis/io/boxWriter.py
PQAnalysis/io/energyFileReader.py
PQAnalysis/io/exceptions.py
PQAnalysis/io/frameReader.py
PQAnalysis/io/infoFileReader.py
PQAnalysis/io/moldescriptorReader.py
PQAnalysis/io/restartReader.py
PQAnalysis/io/restartWriter.py
PQAnalysis/io/trajectoryReader.py
PQAnalysis/io/trajectoryWriter.py
PQAnalysis/physicalData/__init__.py
PQAnalysis/physicalData/energy.py
PQAnalysis/physicalData/exceptions.py
PQAnalysis/tools/__init__.py
PQAnalysis/tools/traj_to_com_traj.py
PQAnalysis/topology/__init__.py
PQAnalysis/topology/exceptions.py
PQAnalysis/topology/molType.py
PQAnalysis/topology/shakeTopology.py
PQAnalysis/topology/topology.py
PQAnalysis/traj/__init__.py
PQAnalysis/traj/exceptions.py
PQAnalysis/traj/formats.py
PQAnalysis/traj/frame.py
PQAnalysis/traj/trajectory.py
PQAnalysis/utils/__init__.py
PQAnalysis/utils/common.py
PQAnalysis/utils/decorators.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/code/PQAnalysis.cli.rst
docs/source/code/PQAnalysis.core.rst
docs/source/code/PQAnalysis.io.rst
docs/source/code/PQAnalysis.physicalData.rst
docs/source/code/PQAnalysis.rst
docs/source/code/PQAnalysis.tools.rst
docs/source/code/PQAnalysis.traj.rst
docs/source/code/PQAnalysis.utils.rst
docs/source/code/modules.rst
docs/source/developerGuide/developerGuide.rst
docs/source/logo/PQAnalysis.png
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/cli/test_rst2xyz.py
tests/cli/test_traj2box.py
tests/cli/test_traj2qmcfc.py
tests/core/__init__.py
tests/core/test_atom.py
tests/core/test_cell.py
tests/core/atomicSystem/test_atomicSystem.py
tests/core/atomicSystem/test_indexing.py
tests/core/atomicSystem/test_positions.py
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/rst2xyz/md-01.rst
tests/data/traj2box/acof_triclinic.xyz
tests/data/traj2box/acof_triclinic_2.xyz
tests/data/traj2box/box.dat
tests/data/traj2box/box.vmd.xyz
tests/data/traj2qmcfc/acof_triclinic.xyz
tests/data/traj2qmcfc/acof_triclinic_2.xyz
tests/data/traj2qmcfc/traj.qmcfc.xyz
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_trajectoryReader.py
tests/io/test_trajectoryWriter.py
tests/physicalData/__init__.py
tests/physicalData/test_energy.py
tests/tools/__init__.py
tests/tools/test_traj_to_com_traj.py
tests/topology/test_molType.py
tests/topology/test_shakeTopology.py
tests/traj/__init__.py
tests/traj/test_frame.py
tests/traj/test_trajectory.py
tests/utils/__init__.py
tests/utils/test_common.py
tests/utils/test_decorators.py