.editorconfig
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
requirements_dev.txt
setup.py
.github/ISSUE_TEMPLATE.md
.github/workflows/docs.yml
.github/workflows/test.yml
docs/Makefile
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/make.bat
docs/reference.rst
docs/_build/html/_images/time_evolve_example.png
docs/_build/html/_static/favicon.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/time_evolve_example.png
docs/_static/custom.css
docs/_static/favicon.png
docs/_static/logo_cat.svg
docs/_static/logo_cat_circle.odg
docs/_static/logo_cat_circle.svg
docs/_static/logo_cat_small.odg
docs/_static/logo_cat_small.svg
docs/_static/logo_cat_transparent.odg
docs/_static/logo_cat_white.odg
docs/_static/logo_cat_white.svg
docs/_static/time_evolve_example.png
docs/tutorials/construction.rst
docs/tutorials/evolution.rst
docs/tutorials/index.rst
docs/tutorials/truncation.rst
examples/evolution.py
examples/time_evolve_example.png
src/paulistrings/__init__.py
src/paulistrings/evolution.py
src/paulistrings/inout.py
src/paulistrings/moments.py
src/paulistrings/operations.py
src/paulistrings/operators.py
src/paulistrings/random.py
src/paulistrings/truncation.py
src/paulistrings.egg-info/PKG-INFO
src/paulistrings.egg-info/SOURCES.txt
src/paulistrings.egg-info/dependency_links.txt
src/paulistrings.egg-info/entry_points.txt
src/paulistrings.egg-info/not-zip-safe
src/paulistrings.egg-info/requires.txt
src/paulistrings.egg-info/top_level.txt
src/paulistrings/cpp/operations.cpp
src/paulistrings/cpp/types.hpp
tests/__init__.py
tests/test_inout.py
tests/test_moments.py
tests/test_operations.py
tests/test_truncation.py