.gitignore
.pylintrc
.toxcoveragerc
.travis.yml
LICENSE.txt
Makefile
README.md
pytest.ini
readthedocs.yml
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/source/backends.rst
docs/source/channels.rst
docs/source/circuits.rst
docs/source/conf.py
docs/source/decomp.rst
docs/source/devnotes.rst
docs/source/examples.rst
docs/source/forest.rst
docs/source/gates.rst
docs/source/gradients.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/measures.rst
docs/source/ops.rst
docs/source/programs.rst
docs/source/qubits.rst
docs/source/requirements.txt
docs/source/states.rst
docs/source/_static/qf.css
examples/__init__.py
examples/circuit_compilation.py
examples/circuit_identities.ipynb
examples/circuit_identities.py
examples/circuit_visulizations.py
examples/cross_resonance_gate.py
examples/cswap_decomposition.py
examples/eager_fit_gate.py
examples/fit_state.py
examples/quilc.py
examples/state_prep_w16.py
examples/state_prep_w4.py
examples/swaptest.py
examples/tensorflow2_fit_gate.py
examples/tensorflow_fit_gate.py
examples/weyl.py
quantumflow/__init__.py
quantumflow/cbits.py
quantumflow/channels.py
quantumflow/circuits.py
quantumflow/compile.py
quantumflow/config.py
quantumflow/dagcircuit.py
quantumflow/decompositions.py
quantumflow/gates.py
quantumflow/gradients.py
quantumflow/measures.py
quantumflow/meta.py
quantumflow/ops.py
quantumflow/paulialgebra.py
quantumflow/programs.py
quantumflow/qaoa.py
quantumflow/qubits.py
quantumflow/states.py
quantumflow/stdgates.py
quantumflow/stdops.py
quantumflow/utils.py
quantumflow/version.py
quantumflow/visualization.py
quantumflow.egg-info/PKG-INFO
quantumflow.egg-info/SOURCES.txt
quantumflow.egg-info/dependency_links.txt
quantumflow.egg-info/requires.txt
quantumflow.egg-info/top_level.txt
quantumflow/backend/__init__.py
quantumflow/backend/eagerbk.py
quantumflow/backend/numpybk.py
quantumflow/backend/tensorflow2bk.py
quantumflow/backend/tensorflowbk.py
quantumflow/backend/torchbk.py
quantumflow/forest/__init__.py
quantumflow/forest/pyquil.py
tests/__init__.py
tests/test_backend.py
tests/test_cbits.py
tests/test_channels.py
tests/test_circuits.py
tests/test_compile.py
tests/test_config.py
tests/test_dagcircuit.py
tests/test_decompositions.py
tests/test_examples.py
tests/test_forest.py
tests/test_gates.py
tests/test_gradients.py
tests/test_measures.py
tests/test_meta.py
tests/test_parser.py
tests/test_paulialgebra.py
tests/test_programs.py
tests/test_qaoa.py
tests/test_qaoa_maxcut.py
tests/test_qubits.py
tests/test_quil.py
tests/test_states.py
tests/test_stdgates.py
tests/test_stdops.py
tests/test_tools.py
tests/test_utils.py
tests/test_visualization.py
tests/quil/bell.quil
tests/quil/classical_logic.quil
tests/quil/control_flow.quil
tests/quil/empty.quil
tests/quil/hello_world.quil
tests/quil/include.quil
tests/quil/measure.quil
tests/quil/qaoa.quil
tests/quil/unparsable.quil
tools/benchmark.py
tools/graph_generate.py