CMakeLists.txt
LICENSE
MANIFEST.in
README.md
setup.py
apps/CMakeLists.txt
apps/noise_aware.cpp
apps/primebases.cpp
apps/simple.cpp
apps/vectors.cpp
extern/qfr/CMakeLists.txt
extern/qfr/extern/dd_package/CMakeLists.txt
extern/qfr/extern/dd_package/include/dd/Complex.hpp
extern/qfr/extern/dd_package/include/dd/ComplexCache.hpp
extern/qfr/extern/dd_package/include/dd/ComplexNumbers.hpp
extern/qfr/extern/dd_package/include/dd/ComplexTable.hpp
extern/qfr/extern/dd_package/include/dd/ComplexValue.hpp
extern/qfr/extern/dd_package/include/dd/ComputeTable.hpp
extern/qfr/extern/dd_package/include/dd/Control.hpp
extern/qfr/extern/dd_package/include/dd/Definitions.hpp
extern/qfr/extern/dd_package/include/dd/Edge.hpp
extern/qfr/extern/dd_package/include/dd/Export.hpp
extern/qfr/extern/dd_package/include/dd/GateMatrixDefinitions.hpp
extern/qfr/extern/dd_package/include/dd/NoiseOperationTable.hpp
extern/qfr/extern/dd_package/include/dd/Package.hpp
extern/qfr/extern/dd_package/include/dd/ToffoliTable.hpp
extern/qfr/extern/dd_package/include/dd/UnaryComputeTable.hpp
extern/qfr/extern/dd_package/include/dd/UniqueTable.hpp
extern/qfr/extern/json/.clang-format
extern/qfr/extern/json/.clang-tidy
extern/qfr/extern/json/.drone.yml
extern/qfr/extern/json/.git
extern/qfr/extern/json/.gitignore
extern/qfr/extern/json/.travis.yml
extern/qfr/extern/json/CMakeLists.txt
extern/qfr/extern/json/CODE_OF_CONDUCT.md
extern/qfr/extern/json/ChangeLog.md
extern/qfr/extern/json/LICENSE.MIT
extern/qfr/extern/json/Makefile
extern/qfr/extern/json/README.md
extern/qfr/extern/json/appveyor.yml
extern/qfr/extern/json/meson.build
extern/qfr/extern/json/nlohmann_json.natvis
extern/qfr/extern/json/wsjcpp.yml
extern/qfr/extern/json/.github/CODEOWNERS
extern/qfr/extern/json/.github/CONTRIBUTING.md
extern/qfr/extern/json/.github/FUNDING.yml
extern/qfr/extern/json/.github/PULL_REQUEST_TEMPLATE.md
extern/qfr/extern/json/.github/SECURITY.md
extern/qfr/extern/json/.github/config.yml
extern/qfr/extern/json/.github/stale.yml
extern/qfr/extern/json/.github/ISSUE_TEMPLATE/Bug_report.md
extern/qfr/extern/json/.github/ISSUE_TEMPLATE/config.yml
extern/qfr/extern/json/.github/workflows/codeql-analysis.yml
extern/qfr/extern/json/.github/workflows/macos.yml
extern/qfr/extern/json/.github/workflows/ubuntu.yml
extern/qfr/extern/json/.github/workflows/windows.yml
extern/qfr/extern/json/benchmarks/CMakeLists.txt
extern/qfr/extern/json/benchmarks/src/benchmarks.cpp
extern/qfr/extern/json/cmake/ci.cmake
extern/qfr/extern/json/cmake/config.cmake.in
extern/qfr/extern/json/cmake/download_test_data.cmake
extern/qfr/extern/json/cmake/nlohmann_jsonConfigVersion.cmake.in
extern/qfr/extern/json/cmake/pkg-config.pc.in
extern/qfr/extern/json/include/nlohmann/adl_serializer.hpp
extern/qfr/extern/json/include/nlohmann/byte_container_with_subtype.hpp
extern/qfr/extern/json/include/nlohmann/json.hpp
extern/qfr/extern/json/include/nlohmann/json_fwd.hpp
extern/qfr/extern/json/include/nlohmann/ordered_map.hpp
extern/qfr/extern/json/include/nlohmann/detail/exceptions.hpp
extern/qfr/extern/json/include/nlohmann/detail/hash.hpp
extern/qfr/extern/json/include/nlohmann/detail/json_pointer.hpp
extern/qfr/extern/json/include/nlohmann/detail/json_ref.hpp
extern/qfr/extern/json/include/nlohmann/detail/macro_scope.hpp
extern/qfr/extern/json/include/nlohmann/detail/macro_unscope.hpp
extern/qfr/extern/json/include/nlohmann/detail/string_escape.hpp
extern/qfr/extern/json/include/nlohmann/detail/value_t.hpp
extern/qfr/extern/json/include/nlohmann/detail/conversions/from_json.hpp
extern/qfr/extern/json/include/nlohmann/detail/conversions/to_chars.hpp
extern/qfr/extern/json/include/nlohmann/detail/conversions/to_json.hpp
extern/qfr/extern/json/include/nlohmann/detail/input/binary_reader.hpp
extern/qfr/extern/json/include/nlohmann/detail/input/input_adapters.hpp
extern/qfr/extern/json/include/nlohmann/detail/input/json_sax.hpp
extern/qfr/extern/json/include/nlohmann/detail/input/lexer.hpp
extern/qfr/extern/json/include/nlohmann/detail/input/parser.hpp
extern/qfr/extern/json/include/nlohmann/detail/input/position_t.hpp
extern/qfr/extern/json/include/nlohmann/detail/iterators/internal_iterator.hpp
extern/qfr/extern/json/include/nlohmann/detail/iterators/iter_impl.hpp
extern/qfr/extern/json/include/nlohmann/detail/iterators/iteration_proxy.hpp
extern/qfr/extern/json/include/nlohmann/detail/iterators/iterator_traits.hpp
extern/qfr/extern/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
extern/qfr/extern/json/include/nlohmann/detail/iterators/primitive_iterator.hpp
extern/qfr/extern/json/include/nlohmann/detail/meta/cpp_future.hpp
extern/qfr/extern/json/include/nlohmann/detail/meta/detected.hpp
extern/qfr/extern/json/include/nlohmann/detail/meta/identity_tag.hpp
extern/qfr/extern/json/include/nlohmann/detail/meta/is_sax.hpp
extern/qfr/extern/json/include/nlohmann/detail/meta/type_traits.hpp
extern/qfr/extern/json/include/nlohmann/detail/meta/void_t.hpp
extern/qfr/extern/json/include/nlohmann/detail/output/binary_writer.hpp
extern/qfr/extern/json/include/nlohmann/detail/output/output_adapters.hpp
extern/qfr/extern/json/include/nlohmann/detail/output/serializer.hpp
extern/qfr/extern/json/include/nlohmann/thirdparty/hedley/hedley.hpp
extern/qfr/extern/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
extern/qfr/extern/json/single_include/nlohmann/json.hpp
extern/qfr/extern/json/third_party/amalgamate/CHANGES.md
extern/qfr/extern/json/third_party/amalgamate/LICENSE.md
extern/qfr/extern/json/third_party/amalgamate/README.md
extern/qfr/extern/json/third_party/amalgamate/amalgamate.py
extern/qfr/extern/json/third_party/amalgamate/config.json
extern/qfr/extern/json/third_party/cpplint/LICENSE
extern/qfr/extern/json/third_party/cpplint/README.rst
extern/qfr/extern/json/third_party/cpplint/cpplint.py
extern/qfr/extern/json/third_party/cpplint/update.sh
extern/qfr/extern/json/third_party/gdb_pretty_printer/README.md
extern/qfr/extern/json/third_party/gdb_pretty_printer/nlohmann-json.py
extern/qfr/extern/json/third_party/macro_builder/main.cpp
extern/qfr/extern/pybind11/.appveyor.yml
extern/qfr/extern/pybind11/.clang-format
extern/qfr/extern/pybind11/.clang-tidy
extern/qfr/extern/pybind11/.cmake-format.yaml
extern/qfr/extern/pybind11/.git
extern/qfr/extern/pybind11/.gitignore
extern/qfr/extern/pybind11/.pre-commit-config.yaml
extern/qfr/extern/pybind11/.readthedocs.yml
extern/qfr/extern/pybind11/CMakeLists.txt
extern/qfr/extern/pybind11/LICENSE
extern/qfr/extern/pybind11/MANIFEST.in
extern/qfr/extern/pybind11/README.rst
extern/qfr/extern/pybind11/pyproject.toml
extern/qfr/extern/pybind11/setup.cfg
extern/qfr/extern/pybind11/setup.py
extern/qfr/extern/pybind11/.github/CODEOWNERS
extern/qfr/extern/pybind11/.github/CONTRIBUTING.md
extern/qfr/extern/pybind11/.github/dependabot.yml
extern/qfr/extern/pybind11/.github/labeler.yml
extern/qfr/extern/pybind11/.github/labeler_merged.yml
extern/qfr/extern/pybind11/.github/pull_request_template.md
extern/qfr/extern/pybind11/.github/ISSUE_TEMPLATE/bug-report.md
extern/qfr/extern/pybind11/.github/ISSUE_TEMPLATE/config.yml
extern/qfr/extern/pybind11/.github/ISSUE_TEMPLATE/feature-request.md
extern/qfr/extern/pybind11/.github/ISSUE_TEMPLATE/question.md
extern/qfr/extern/pybind11/.github/workflows/ci.yml
extern/qfr/extern/pybind11/.github/workflows/configure.yml
extern/qfr/extern/pybind11/.github/workflows/format.yml
extern/qfr/extern/pybind11/.github/workflows/labeler.yml
extern/qfr/extern/pybind11/.github/workflows/pip.yml
extern/qfr/extern/pybind11/include/pybind11/attr.h
extern/qfr/extern/pybind11/include/pybind11/buffer_info.h
extern/qfr/extern/pybind11/include/pybind11/cast.h
extern/qfr/extern/pybind11/include/pybind11/chrono.h
extern/qfr/extern/pybind11/include/pybind11/common.h
extern/qfr/extern/pybind11/include/pybind11/complex.h
extern/qfr/extern/pybind11/include/pybind11/eigen.h
extern/qfr/extern/pybind11/include/pybind11/embed.h
extern/qfr/extern/pybind11/include/pybind11/eval.h
extern/qfr/extern/pybind11/include/pybind11/functional.h
extern/qfr/extern/pybind11/include/pybind11/gil.h
extern/qfr/extern/pybind11/include/pybind11/iostream.h
extern/qfr/extern/pybind11/include/pybind11/numpy.h
extern/qfr/extern/pybind11/include/pybind11/operators.h
extern/qfr/extern/pybind11/include/pybind11/options.h
extern/qfr/extern/pybind11/include/pybind11/pybind11.h
extern/qfr/extern/pybind11/include/pybind11/pytypes.h
extern/qfr/extern/pybind11/include/pybind11/stl.h
extern/qfr/extern/pybind11/include/pybind11/stl_bind.h
extern/qfr/extern/pybind11/include/pybind11/detail/class.h
extern/qfr/extern/pybind11/include/pybind11/detail/common.h
extern/qfr/extern/pybind11/include/pybind11/detail/descr.h
extern/qfr/extern/pybind11/include/pybind11/detail/init.h
extern/qfr/extern/pybind11/include/pybind11/detail/internals.h
extern/qfr/extern/pybind11/include/pybind11/detail/type_caster_base.h
extern/qfr/extern/pybind11/include/pybind11/detail/typeid.h
extern/qfr/extern/pybind11/pybind11/__init__.py
extern/qfr/extern/pybind11/pybind11/__main__.py
extern/qfr/extern/pybind11/pybind11/_version.py
extern/qfr/extern/pybind11/pybind11/_version.pyi
extern/qfr/extern/pybind11/pybind11/commands.py
extern/qfr/extern/pybind11/pybind11/py.typed
extern/qfr/extern/pybind11/pybind11/setup_helpers.py
extern/qfr/extern/pybind11/pybind11/setup_helpers.pyi
extern/qfr/extern/pybind11/tools/FindCatch.cmake
extern/qfr/extern/pybind11/tools/FindEigen3.cmake
extern/qfr/extern/pybind11/tools/FindPythonLibsNew.cmake
extern/qfr/extern/pybind11/tools/check-style.sh
extern/qfr/extern/pybind11/tools/cmake_uninstall.cmake.in
extern/qfr/extern/pybind11/tools/libsize.py
extern/qfr/extern/pybind11/tools/make_changelog.py
extern/qfr/extern/pybind11/tools/pybind11Common.cmake
extern/qfr/extern/pybind11/tools/pybind11Config.cmake.in
extern/qfr/extern/pybind11/tools/pybind11NewTools.cmake
extern/qfr/extern/pybind11/tools/pybind11Tools.cmake
extern/qfr/extern/pybind11/tools/pyproject.toml
extern/qfr/extern/pybind11/tools/setup_global.py.in
extern/qfr/extern/pybind11/tools/setup_main.py.in
extern/qfr/extern/pybind11_json/.git
extern/qfr/extern/pybind11_json/.gitignore
extern/qfr/extern/pybind11_json/CMakeLists.txt
extern/qfr/extern/pybind11_json/LICENSE
extern/qfr/extern/pybind11_json/README.md
extern/qfr/extern/pybind11_json/pybind11_jsonConfig.cmake.in
extern/qfr/extern/pybind11_json/.github/workflows/main.yml
extern/qfr/extern/pybind11_json/include/pybind11_json/pybind11_json.hpp
extern/qfr/include/CircuitOptimizer.hpp
extern/qfr/include/Definitions.hpp
extern/qfr/include/QuantumComputation.hpp
extern/qfr/include/algorithms/BernsteinVazirani.hpp
extern/qfr/include/algorithms/Entanglement.hpp
extern/qfr/include/algorithms/GoogleRandomCircuitSampling.hpp
extern/qfr/include/algorithms/Grover.hpp
extern/qfr/include/algorithms/QFT.hpp
extern/qfr/include/algorithms/RandomCliffordCircuit.hpp
extern/qfr/include/operations/ClassicControlledOperation.hpp
extern/qfr/include/operations/CompoundOperation.hpp
extern/qfr/include/operations/NonUnitaryOperation.hpp
extern/qfr/include/operations/Operation.hpp
extern/qfr/include/operations/StandardOperation.hpp
extern/qfr/include/parsers/qasm_parser/Parser.hpp
extern/qfr/include/parsers/qasm_parser/Scanner.hpp
extern/qfr/include/parsers/qasm_parser/Token.hpp
extern/qfr/jkq/qfr/CMakeLists.txt
extern/qfr/jkq/qfr/QiskitImport.hpp
extern/qfr/jkq/qfr/__init__.py
extern/qfr/jkq/qfr/bindings.cpp
extern/qfr/src/CMakeLists.txt
extern/qfr/src/CircuitOptimizer.cpp
extern/qfr/src/QuantumComputation.cpp
extern/qfr/src/algorithms/BernsteinVazirani.cpp
extern/qfr/src/algorithms/Entanglement.cpp
extern/qfr/src/algorithms/GoogleRandomCircuitSampling.cpp
extern/qfr/src/algorithms/Grover.cpp
extern/qfr/src/algorithms/QFT.cpp
extern/qfr/src/algorithms/RandomCliffordCircuit.cpp
extern/qfr/src/operations/NonUnitaryOperation.cpp
extern/qfr/src/operations/Operation.cpp
extern/qfr/src/operations/StandardOperation.cpp
extern/qfr/src/parsers/GRCSParser.cpp
extern/qfr/src/parsers/QASMParser.cpp
extern/qfr/src/parsers/QCParser.cpp
extern/qfr/src/parsers/RealParser.cpp
extern/qfr/src/parsers/TFCParser.cpp
extern/qfr/src/parsers/qasm_parser/Parser.cpp
extern/qfr/src/parsers/qasm_parser/Scanner.cpp
include/CircuitSimulator.hpp
include/GroverSimulator.hpp
include/HybridSchrodingerFeynmanSimulator.hpp
include/ShorFastSimulator.hpp
include/ShorSimulator.hpp
include/Simulator.hpp
include/StochasticNoiseSimulator.hpp
jkq.ddsim.egg-info/PKG-INFO
jkq.ddsim.egg-info/SOURCES.txt
jkq.ddsim.egg-info/dependency_links.txt
jkq.ddsim.egg-info/not-zip-safe
jkq.ddsim.egg-info/top_level.txt
jkq/ddsim/CMakeLists.txt
jkq/ddsim/__init__.py
jkq/ddsim/bindings.cpp
jkq/ddsim/jkqerror.py
jkq/ddsim/jkqjob.py
jkq/ddsim/jkqprovider.py
jkq/ddsim/qasmsimulator.py
jkq/ddsim/statevectorsimulator.py
src/CMakeLists.txt
src/CircuitSimulator.cpp
src/GroverSimulator.cpp
src/HybridSchrodingerFeynmanSimulator.cpp
src/ShorFastSimulator.cpp
src/ShorSimulator.cpp
src/Simulator.cpp
src/StochasticNoiseSimulator.cpp