Skip to content

Commit

Permalink
Bump the submodules group with 1 update
Browse files Browse the repository at this point in the history
Bumps the submodules group with 1 update: [extern/mqt-core](https://github.com/cda-tum/mqt-core).


Updates `extern/mqt-core` from `af3eb94` to `ed17e0c`
- [Release notes](https://github.com/cda-tum/mqt-core/releases)
- [Commits](cda-tum/mqt-core@af3eb94...ed17e0c)

---
updated-dependencies:
- dependency-name: extern/mqt-core
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 99b3366 commit ef3a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/mqt-core
Submodule mqt-core updated 50 files
+2 −2 .pre-commit-config.yaml
+10 −10 docs/quickstart.ipynb
+2 −2 eval/CMakeLists.txt
+26 −28 include/mqt-core/QuantumComputation.hpp
+0 −5 include/mqt-core/dd/NoiseFunctionality.hpp
+3 −23 include/mqt-core/dd/Operations.hpp
+102 −133 include/mqt-core/dd/Package.hpp
+2 −2 include/mqt-core/ecc/Ecc.hpp
+0 −6 include/mqt-core/operations/ClassicControlledOperation.hpp
+5 −6 include/mqt-core/operations/CompoundOperation.hpp
+10 −8 include/mqt-core/operations/NonUnitaryOperation.hpp
+5 −14 include/mqt-core/operations/Operation.hpp
+15 −26 include/mqt-core/operations/StandardOperation.hpp
+17 −26 include/mqt-core/operations/SymbolicOperation.hpp
+45 −79 src/CircuitOptimizer.cpp
+5 −30 src/QuantumComputation.cpp
+9 −10 src/algorithms/GoogleRandomCircuitSampling.cpp
+1 −1 src/dd/NoiseFunctionality.cpp
+0 −7 src/dd/Operations.cpp
+3 −4 src/dd/Simulation.cpp
+6 −9 src/ecc/Q3Shor.cpp
+1 −2 src/ecc/Q5Laflamme.cpp
+8 −14 src/ecc/Q7Steane.cpp
+2 −3 src/ecc/Q9Shor.cpp
+5 −36 src/mqt/core/_core/operations.pyi
+1 −3 src/mqt/core/io.py
+8 −8 src/mqt/core/plugins/qiskit.py
+6 −13 src/operations/CompoundOperation.cpp
+16 −18 src/operations/NonUnitaryOperation.cpp
+3 −3 src/operations/Operation.cpp
+25 −43 src/operations/StandardOperation.cpp
+28 −42 src/operations/SymbolicOperation.cpp
+12 −15 src/parsers/QASM3Parser.cpp
+2 −2 src/parsers/QCParser.cpp
+3 −4 src/parsers/RealParser.cpp
+5 −7 src/python/operations/register_compound_operation.cpp
+7 −9 src/python/operations/register_non_unitary_operation.cpp
+1 −9 src/python/operations/register_operation.cpp
+25 −32 src/python/operations/register_standard_operation.cpp
+21 −30 src/python/operations/register_symbolic_operation.cpp
+12 −14 src/python/qiskit/QuantumCircuit.cpp
+26 −32 test/dd/test_dd_functionality.cpp
+7 −8 test/dd/test_dd_noise_functionality.cpp
+6 −6 test/dd/test_edge_functionality.cpp
+288 −291 test/dd/test_package.cpp
+0 −9 test/python/test_qiskit.py
+1 −2 test/unittests/test_ecc_functionality.cpp
+1 −1 test/unittests/test_io.cpp
+50 −93 test/unittests/test_qfr_functionality.cpp
+3 −3 test/zx/test_zx_functionality.cpp

0 comments on commit ef3a12e

Please sign in to comment.