.flake8
.gitignore
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
tox.ini
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/black.yml
.github/workflows/ci.yml
.github/workflows/cov.yml
.github/workflows/isort.yml
.github/workflows/release.yml
benchmarks/graphsim.py
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/noisy_mbqc.py
examples/pattern_fragments.py
examples/qaoa.py
examples/qft.py
examples/qft_with_tn.py
examples/qnn.py
examples/readme.rst
examples/rotation.py
examples/visualization.py
graphix/__init__.py
graphix/_version.py
graphix/channels.py
graphix/clifford.py
graphix/device_interface.py
graphix/extraction.py
graphix/generator.py
graphix/gflow.py
graphix/linalg.py
graphix/linalg_validations.py
graphix/ops.py
graphix/pattern.py
graphix/pauli.py
graphix/random_objects.py
graphix/simulator.py
graphix/transpiler.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/graphsim/__init__.py
graphix/graphsim/basegraphstate.py
graphix/graphsim/graphstate.py
graphix/graphsim/nxgraphstate.py
graphix/graphsim/rxgraphstate.py
graphix/graphsim/rxgraphviews.py
graphix/graphsim/utils.py
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/random_circuit.py
tests/test_clifford.py
tests/test_density_matrix.py
tests/test_extraction.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_pattern.py
tests/test_pauli.py
tests/test_random_utilities.py
tests/test_runner.py
tests/test_statevec_backend.py
tests/test_tnsim.py
tests/test_transpiler.py