.gitignore
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
pytest.ini
requirements-dev.txt
requirements-extra.txt
requirements.txt
setup.py
.github/codecov.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/cov.yml
.github/workflows/doc.yml
.github/workflows/release.yml
.github/workflows/ruff.yml
.github/workflows/typecheck.yml
benchmarks/readme.rst
benchmarks/requirements.txt
benchmarks/statevec.py
docs/Makefile
docs/make.bat
docs/requirements.txt
examples/deutsch_jozsa.py
examples/fusion_extraction.py
examples/ghz_with_tn.py
examples/mbqc_vqe.py
examples/qaoa.py
examples/qft_with_tn.py
examples/qnn.py
examples/readme.rst
examples/rotation.py
examples/tn_simulation.py
examples/visualization.py
graphix/__init__.py
graphix/_db.py
graphix/_version.py
graphix/channels.py
graphix/clifford.py
graphix/command.py
graphix/device_interface.py
graphix/extraction.py
graphix/fundamentals.py
graphix/generator.py
graphix/gflow.py
graphix/graphsim.py
graphix/instruction.py
graphix/linalg.py
graphix/linalg_validations.py
graphix/measurements.py
graphix/opengraph.py
graphix/ops.py
graphix/parameter.py
graphix/pattern.py
graphix/pauli.py
graphix/pyzx.py
graphix/random_objects.py
graphix/rng.py
graphix/simulator.py
graphix/states.py
graphix/transpiler.py
graphix/utils.py
graphix/visualization.py
graphix.egg-info/PKG-INFO
graphix.egg-info/SOURCES.txt
graphix.egg-info/dependency_links.txt
graphix.egg-info/requires.txt
graphix.egg-info/top_level.txt
graphix/noise_models/__init__.py
graphix/noise_models/noise_model.py
graphix/noise_models/noiseless_noise_model.py
graphix/sim/__init__.py
graphix/sim/base_backend.py
graphix/sim/density_matrix.py
graphix/sim/statevec.py
graphix/sim/tensornet.py
tests/__init__.py
tests/conftest.py
tests/test_clifford.py
tests/test_command.py
tests/test_db.py
tests/test_density_matrix.py
tests/test_extraction.py
tests/test_fundamentals.py
tests/test_generator.py
tests/test_gflow.py
tests/test_graphsim.py
tests/test_kraus.py
tests/test_linalg.py
tests/test_noisy_density_matrix.py
tests/test_opengraph.py
tests/test_parameter.py
tests/test_pattern.py
tests/test_pauli.py
tests/test_pyzx.py
tests/test_random_utilities.py
tests/test_rng.py
tests/test_runner.py
tests/test_statevec.py
tests/test_statevec_backend.py
tests/test_tnsim.py
tests/test_transpiler.py
tests/test_visualization.py