.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/coverage.yml
.github/workflows/publish_docs.yml
.github/workflows/publish_release.yml
.github/workflows/style.yml
docs/DOC_README.md
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/ZapataCLA.pdf
docs/_static/favicon.ico
docs/_static/orquestra.png
docs/examples/__init__.py
docs/examples/guides/circuit_runners_guide.py
docs/examples/guides/circuits_guide.py
docs/examples/guides/estimators_guide.py
docs/examples/guides/interfaces_guide.py
docs/examples/guides/mock_ansatz.py
docs/examples/tests/__init__.py
docs/examples/tests/guides/__init__.py
docs/examples/tests/guides/test_circuit_runners_guide.py
docs/examples/tests/guides/test_circuits_guide.py
docs/examples/tests/guides/test_estimators_guide.py
docs/examples/tests/guides/test_mock_ansatz.py
docs/examples/tests/tutorials/__init__.py
docs/examples/tests/tutorials/test_bell_state.py
docs/examples/tests/tutorials/test_qaoa_maxcut.py
docs/examples/tests/tutorials/test_superdense_coding.py
docs/examples/tutorials/bell_state.py
docs/examples/tutorials/qaoa_maxcut.py
docs/examples/tutorials/superdense_coding.py
docs/guides/backends.rst
docs/guides/circuit_runners.rst
docs/guides/circuits.rst
docs/guides/cost_function.rst
docs/guides/index.rst
docs/guides/interfaces.rst
docs/guides/optimizers.rst
docs/guides/vqa_guide/ansatzes.rst
docs/guides/vqa_guide/estimators.rst
docs/guides/vqa_guide/index.rst
docs/guides/vqa_guide/structure.rst
docs/repos/manifest.json
docs/tutorials/basic_qaoa.rst
docs/tutorials/beginner_tutorial.rst
docs/tutorials/contributing.rst
docs/tutorials/index.rst
docs/tutorials/integrations.rst
docs/tutorials/orq_core_structure.rst
docs/tutorials/images/cut_graph.excalidraw.png
docs/tutorials/images/harder_graph.excalidraw.png
docs/tutorials/images/harder_graph_cut.excalidraw.png
docs/tutorials/images/orquestra_core_connection.excalidraw.png
docs/tutorials/images/uncut_graph.excalidraw.png
src/dummy.py
src/orquestra_core.egg-info/PKG-INFO
src/orquestra_core.egg-info/SOURCES.txt
src/orquestra_core.egg-info/dependency_links.txt
src/orquestra_core.egg-info/not-zip-safe
src/orquestra_core.egg-info/requires.txt
src/orquestra_core.egg-info/top_level.txt
subtrees/z_quantum_actions/MANIFEST.in
subtrees/z_quantum_actions/Makefile
subtrees/z_quantum_actions/README.rst
subtrees/z_quantum_actions/pyproject.toml
subtrees/z_quantum_actions/pytest.ini
subtrees/z_quantum_actions/sample_setup.py
subtrees/z_quantum_actions/setup_extras.py
subtrees/z_quantum_actions/variables.mk
subtrees/z_quantum_actions/actions/coverage/action.yml
subtrees/z_quantum_actions/actions/publish-release/action.yml
subtrees/z_quantum_actions/actions/ssh_setup/action.yml
subtrees/z_quantum_actions/actions/style/action.yml
subtrees/z_quantum_actions/bin/get_next_version.py
subtrees/z_quantum_actions/tests/test_get_next_version.py
subtrees/z_quantum_actions/workflow-templates/coverage.yml
subtrees/z_quantum_actions/workflow-templates/publish-release.yml
subtrees/z_quantum_actions/workflow-templates/style.yml
tests/fh_vqe_test.py
tests/qaoa_maxcut_test.py
tests/qcbm_test.py