From 20e162f4ed6a86720c6e3d05f9292dc11575d8cc Mon Sep 17 00:00:00 2001 From: burgholzer Date: Fri, 3 Jan 2025 15:21:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20update=20copyright=20notice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- CMakeLists.txt | 2 +- cmake/Cache.cmake | 2 +- cmake/CompilerOptions.cmake | 2 +- cmake/CompilerWarnings.cmake | 2 +- cmake/ExternalDependencies.cmake | 2 +- cmake/FindGMP.cmake | 2 +- cmake/GetVersion.cmake | 2 +- cmake/PackageAddTest.cmake | 2 +- cmake/PreventInSourceBuilds.cmake | 2 +- cmake/Sanitizers.cmake | 2 +- cmake/StandardProjectSettings.cmake | 2 +- cmake/cmake_uninstall.cmake.in | 2 +- cmake/mqt-core-config.cmake.in | 2 +- docs/conf.py | 2 +- eval/CMakeLists.txt | 2 +- eval/eval_dd_package.cpp | 2 +- include/mqt-core/Definitions.hpp | 2 +- include/mqt-core/algorithms/BernsteinVazirani.hpp | 2 +- include/mqt-core/algorithms/Entanglement.hpp | 2 +- include/mqt-core/algorithms/Grover.hpp | 2 +- include/mqt-core/algorithms/QFT.hpp | 2 +- include/mqt-core/algorithms/QPE.hpp | 2 +- include/mqt-core/algorithms/RandomCliffordCircuit.hpp | 2 +- include/mqt-core/algorithms/WState.hpp | 2 +- include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp | 2 +- include/mqt-core/datastructures/DirectedAcyclicGraph.hpp | 2 +- include/mqt-core/datastructures/DirectedGraph.hpp | 2 +- include/mqt-core/datastructures/DisjointSet.hpp | 2 +- include/mqt-core/datastructures/Layer.hpp | 2 +- include/mqt-core/datastructures/SymmetricMatrix.hpp | 2 +- include/mqt-core/datastructures/UndirectedGraph.hpp | 2 +- include/mqt-core/dd/CachedEdge.hpp | 2 +- include/mqt-core/dd/Complex.hpp | 2 +- include/mqt-core/dd/ComplexNumbers.hpp | 2 +- include/mqt-core/dd/ComplexValue.hpp | 2 +- include/mqt-core/dd/ComputeTable.hpp | 2 +- include/mqt-core/dd/DDDefinitions.hpp | 2 +- include/mqt-core/dd/DDpackageConfig.hpp | 2 +- include/mqt-core/dd/DensityNoiseTable.hpp | 2 +- include/mqt-core/dd/Edge.hpp | 2 +- include/mqt-core/dd/Export.hpp | 2 +- include/mqt-core/dd/FunctionalityConstruction.hpp | 2 +- include/mqt-core/dd/GateMatrixDefinitions.hpp | 2 +- include/mqt-core/dd/MemoryManager.hpp | 2 +- include/mqt-core/dd/Node.hpp | 2 +- include/mqt-core/dd/NoiseFunctionality.hpp | 2 +- include/mqt-core/dd/Operations.hpp | 2 +- include/mqt-core/dd/Package.hpp | 2 +- include/mqt-core/dd/Package_fwd.hpp | 2 +- include/mqt-core/dd/RealNumber.hpp | 2 +- include/mqt-core/dd/RealNumberUniqueTable.hpp | 2 +- include/mqt-core/dd/Simulation.hpp | 2 +- include/mqt-core/dd/StochasticNoiseOperationTable.hpp | 2 +- include/mqt-core/dd/UnaryComputeTable.hpp | 2 +- include/mqt-core/dd/UniqueTable.hpp | 2 +- include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp | 2 +- include/mqt-core/dd/statistics/PackageStatistics.hpp | 2 +- include/mqt-core/dd/statistics/Statistics.hpp | 2 +- include/mqt-core/dd/statistics/TableStatistics.hpp | 2 +- include/mqt-core/dd/statistics/UniqueTableStatistics.hpp | 2 +- include/mqt-core/ir/Permutation.hpp | 2 +- include/mqt-core/ir/QuantumComputation.hpp | 2 +- include/mqt-core/ir/operations/AodOperation.hpp | 2 +- include/mqt-core/ir/operations/ClassicControlledOperation.hpp | 2 +- include/mqt-core/ir/operations/CompoundOperation.hpp | 2 +- include/mqt-core/ir/operations/Control.hpp | 2 +- include/mqt-core/ir/operations/Expression.hpp | 2 +- include/mqt-core/ir/operations/NonUnitaryOperation.hpp | 2 +- include/mqt-core/ir/operations/OpType.hpp | 2 +- include/mqt-core/ir/operations/Operation.hpp | 2 +- include/mqt-core/ir/operations/StandardOperation.hpp | 2 +- include/mqt-core/ir/operations/SymbolicOperation.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/Exception.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/Gate.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/InstVisitor.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/NestedEnvironment.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/Parser.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/Scanner.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/Statement.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/StdGates.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/Token.hpp | 2 +- include/mqt-core/ir/parsers/qasm3_parser/Types.hpp | 2 +- .../mqt-core/ir/parsers/qasm3_parser/passes/CompilerPass.hpp | 2 +- .../mqt-core/ir/parsers/qasm3_parser/passes/ConstEvalPass.hpp | 2 +- .../mqt-core/ir/parsers/qasm3_parser/passes/TypeCheckPass.hpp | 2 +- include/mqt-core/na/NAComputation.hpp | 2 +- include/mqt-core/na/NADefinitions.hpp | 2 +- include/mqt-core/na/operations/NAGlobalOperation.hpp | 2 +- include/mqt-core/na/operations/NALocalOperation.hpp | 2 +- include/mqt-core/na/operations/NAOperation.hpp | 2 +- include/mqt-core/na/operations/NAShuttlingOperation.hpp | 2 +- include/mqt-core/python/pybind11.hpp | 2 +- include/mqt-core/python/qiskit/QuantumCircuit.hpp | 2 +- include/mqt-core/zx/FunctionalityConstruction.hpp | 2 +- include/mqt-core/zx/Rational.hpp | 2 +- include/mqt-core/zx/Rules.hpp | 2 +- include/mqt-core/zx/Simplify.hpp | 2 +- include/mqt-core/zx/Utils.hpp | 2 +- include/mqt-core/zx/ZXDefinitions.hpp | 2 +- include/mqt-core/zx/ZXDiagram.hpp | 2 +- noxfile.py | 2 +- src/CMakeLists.txt | 2 +- src/algorithms/BernsteinVazirani.cpp | 2 +- src/algorithms/CMakeLists.txt | 2 +- src/algorithms/Entanglement.cpp | 2 +- src/algorithms/Grover.cpp | 2 +- src/algorithms/QFT.cpp | 2 +- src/algorithms/QPE.cpp | 2 +- src/algorithms/RandomCliffordCircuit.cpp | 2 +- src/algorithms/WState.cpp | 2 +- src/circuit_optimizer/CMakeLists.txt | 2 +- src/circuit_optimizer/CircuitOptimizer.cpp | 2 +- src/datastructures/CMakeLists.txt | 2 +- src/datastructures/Layer.cpp | 2 +- src/dd/CMakeLists.txt | 2 +- src/dd/CachedEdge.cpp | 2 +- src/dd/Complex.cpp | 2 +- src/dd/ComplexNumbers.cpp | 2 +- src/dd/ComplexValue.cpp | 2 +- src/dd/Edge.cpp | 2 +- src/dd/FunctionalityConstruction.cpp | 2 +- src/dd/MemoryManager.cpp | 2 +- src/dd/Node.cpp | 2 +- src/dd/NoiseFunctionality.cpp | 2 +- src/dd/Operations.cpp | 2 +- src/dd/RealNumber.cpp | 2 +- src/dd/RealNumberUniqueTable.cpp | 2 +- src/dd/Simulation.cpp | 2 +- src/dd/statistics/MemoryManagerStatistics.cpp | 2 +- src/dd/statistics/Statistics.cpp | 2 +- src/dd/statistics/TableStatistics.cpp | 2 +- src/dd/statistics/UniqueTableStatistics.cpp | 2 +- src/ir/CMakeLists.txt | 2 +- src/ir/Permutation.cpp | 2 +- src/ir/QuantumComputation.cpp | 2 +- src/ir/operations/AodOperation.cpp | 2 +- src/ir/operations/ClassicControlledOperation.cpp | 2 +- src/ir/operations/CompoundOperation.cpp | 2 +- src/ir/operations/Expression.cpp | 2 +- src/ir/operations/NonUnitaryOperation.cpp | 2 +- src/ir/operations/Operation.cpp | 2 +- src/ir/operations/StandardOperation.cpp | 2 +- src/ir/operations/SymbolicOperation.cpp | 2 +- src/ir/parsers/QASM3Parser.cpp | 2 +- src/ir/parsers/QCParser.cpp | 2 +- src/ir/parsers/RealParser.cpp | 2 +- src/ir/parsers/TFCParser.cpp | 2 +- src/ir/parsers/qasm3_parser/Parser.cpp | 2 +- src/ir/parsers/qasm3_parser/Scanner.cpp | 2 +- src/ir/parsers/qasm3_parser/Statement.cpp | 2 +- src/ir/parsers/qasm3_parser/Types.cpp | 2 +- src/ir/parsers/qasm3_parser/passes/ConstEvalPass.cpp | 2 +- src/ir/parsers/qasm3_parser/passes/TypeCheckPass.cpp | 2 +- src/mqt/core/__init__.py | 2 +- src/mqt/core/_compat/__init__.py | 2 +- src/mqt/core/_compat/typing.py | 2 +- src/mqt/core/_version.pyi | 2 +- src/mqt/core/dd/__init__.py | 2 +- src/mqt/core/dd/evaluation.py | 2 +- src/mqt/core/ir/__init__.pyi | 2 +- src/mqt/core/ir/operations.pyi | 2 +- src/mqt/core/ir/symbolic.pyi | 2 +- src/mqt/core/plugins/__init__.py | 2 +- src/mqt/core/plugins/qiskit.py | 2 +- src/na/CMakeLists.txt | 2 +- src/na/NAComputation.cpp | 2 +- src/na/operations/NAGlobalOperation.cpp | 2 +- src/na/operations/NALocalOperation.cpp | 2 +- src/na/operations/NAShuttlingOperation.cpp | 2 +- src/python/CMakeLists.txt | 2 +- src/python/ir/CMakeLists.txt | 2 +- .../ir/operations/register_classic_controlled_operation.cpp | 2 +- src/python/ir/operations/register_compound_operation.cpp | 2 +- src/python/ir/operations/register_control.cpp | 2 +- src/python/ir/operations/register_non_unitary_operation.cpp | 2 +- src/python/ir/operations/register_operation.cpp | 2 +- src/python/ir/operations/register_optype.cpp | 2 +- src/python/ir/operations/register_standard_operation.cpp | 2 +- src/python/ir/operations/register_symbolic_operation.cpp | 2 +- src/python/ir/register_ir.cpp | 2 +- src/python/ir/register_operations.cpp | 2 +- src/python/ir/register_permutation.cpp | 2 +- src/python/ir/register_quantum_computation.cpp | 2 +- src/python/ir/register_symbolic.cpp | 2 +- src/python/ir/symbolic/register_expression.cpp | 2 +- src/python/ir/symbolic/register_term.cpp | 2 +- src/python/ir/symbolic/register_variable.cpp | 2 +- src/python/qiskit/QuantumCircuit.cpp | 2 +- src/zx/CMakeLists.txt | 2 +- src/zx/FunctionalityConstruction.cpp | 2 +- src/zx/Rational.cpp | 2 +- src/zx/Rules.cpp | 2 +- src/zx/Simplify.cpp | 2 +- src/zx/Utils.cpp | 2 +- src/zx/ZXDiagram.cpp | 2 +- test/CMakeLists.txt | 2 +- test/algorithms/CMakeLists.txt | 2 +- test/algorithms/eval_dynamic_circuits.cpp | 2 +- test/algorithms/test_bernsteinvazirani.cpp | 2 +- test/algorithms/test_entanglement.cpp | 2 +- test/algorithms/test_grover.cpp | 2 +- test/algorithms/test_qft.cpp | 2 +- test/algorithms/test_qpe.cpp | 2 +- test/algorithms/test_random_clifford.cpp | 2 +- test/algorithms/test_wstate.cpp | 2 +- test/circuit_optimizer/CMakeLists.txt | 2 +- .../circuit_optimizer/test_backpropagate_output_permutation.cpp | 2 +- test/circuit_optimizer/test_cancel_cnots.cpp | 2 +- test/circuit_optimizer/test_collect_blocks.cpp | 2 +- test/circuit_optimizer/test_decompose_swap.cpp | 2 +- test/circuit_optimizer/test_defer_measurements.cpp | 2 +- test/circuit_optimizer/test_elide_permutations.cpp | 2 +- test/circuit_optimizer/test_eliminate_resets.cpp | 2 +- test/circuit_optimizer/test_flatten_operations.cpp | 2 +- .../test_remove_diagonal_gates_before_measure.cpp | 2 +- test/circuit_optimizer/test_remove_final_measurements.cpp | 2 +- test/circuit_optimizer/test_remove_operation.cpp | 2 +- test/circuit_optimizer/test_replace_mcx_with_mcz.cpp | 2 +- test/circuit_optimizer/test_single_qubit_gate_fusion.cpp | 2 +- test/circuit_optimizer/test_swap_reconstruction.cpp | 2 +- test/datastructures/CMakeLists.txt | 2 +- test/datastructures/test_directed_acyclic_graph.cpp | 2 +- test/datastructures/test_directed_graph.cpp | 2 +- test/datastructures/test_disjoint_set.cpp | 2 +- test/datastructures/test_layer.cpp | 2 +- test/datastructures/test_symmetric_matrix.cpp | 2 +- test/datastructures/test_undirected_graph.cpp | 2 +- test/dd/CMakeLists.txt | 2 +- test/dd/test_complex.cpp | 2 +- test/dd/test_dd_functionality.cpp | 2 +- test/dd/test_dd_noise_functionality.cpp | 2 +- test/dd/test_edge_functionality.cpp | 2 +- test/dd/test_package.cpp | 2 +- test/ir/CMakeLists.txt | 2 +- test/ir/test_io.cpp | 2 +- test/ir/test_operation.cpp | 2 +- test/ir/test_qasm3_parser.cpp | 2 +- test/ir/test_qfr_functionality.cpp | 2 +- test/ir/test_symbolic.cpp | 2 +- test/na/CMakeLists.txt | 2 +- test/na/test_nacomputation.cpp | 2 +- test/na/test_nadefinitions.cpp | 2 +- test/na/test_naoperation.cpp | 2 +- test/python/test_evaluation.py | 2 +- test/python/test_load.py | 2 +- test/python/test_qiskit.py | 2 +- test/zx/CMakeLists.txt | 2 +- test/zx/test_expression.cpp | 2 +- test/zx/test_rational.cpp | 2 +- test/zx/test_simplify.cpp | 2 +- test/zx/test_zx.cpp | 2 +- test/zx/test_zx_functionality.cpp | 2 +- 252 files changed, 252 insertions(+), 252 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f9b6e66e..d60ecf461 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/Cache.cmake b/cmake/Cache.cmake index 185a540ec..e14863c9a 100644 --- a/cmake/Cache.cmake +++ b/cmake/Cache.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/CompilerOptions.cmake b/cmake/CompilerOptions.cmake index 7a2ed7285..468d925fb 100644 --- a/cmake/CompilerOptions.cmake +++ b/cmake/CompilerOptions.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/CompilerWarnings.cmake b/cmake/CompilerWarnings.cmake index 50cc24551..633504de4 100644 --- a/cmake/CompilerWarnings.cmake +++ b/cmake/CompilerWarnings.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/ExternalDependencies.cmake b/cmake/ExternalDependencies.cmake index a58f9605e..a7f6e16cc 100644 --- a/cmake/ExternalDependencies.cmake +++ b/cmake/ExternalDependencies.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/FindGMP.cmake b/cmake/FindGMP.cmake index b63dd6c05..1b75798e5 100644 --- a/cmake/FindGMP.cmake +++ b/cmake/FindGMP.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/GetVersion.cmake b/cmake/GetVersion.cmake index 3b459516c..e2dab8485 100644 --- a/cmake/GetVersion.cmake +++ b/cmake/GetVersion.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/PackageAddTest.cmake b/cmake/PackageAddTest.cmake index 3378c466b..dd6a3d918 100644 --- a/cmake/PackageAddTest.cmake +++ b/cmake/PackageAddTest.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/PreventInSourceBuilds.cmake b/cmake/PreventInSourceBuilds.cmake index e858b6a66..f926ffed9 100644 --- a/cmake/PreventInSourceBuilds.cmake +++ b/cmake/PreventInSourceBuilds.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/Sanitizers.cmake b/cmake/Sanitizers.cmake index 6411b2b9e..fe80268f2 100644 --- a/cmake/Sanitizers.cmake +++ b/cmake/Sanitizers.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/StandardProjectSettings.cmake b/cmake/StandardProjectSettings.cmake index 7d2db990d..088d19f96 100644 --- a/cmake/StandardProjectSettings.cmake +++ b/cmake/StandardProjectSettings.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in index 284014a39..25226cd9f 100644 --- a/cmake/cmake_uninstall.cmake.in +++ b/cmake/cmake_uninstall.cmake.in @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/mqt-core-config.cmake.in b/cmake/mqt-core-config.cmake.in index 8e1a02d28..07849393e 100644 --- a/cmake/mqt-core-config.cmake.in +++ b/cmake/mqt-core-config.cmake.in @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/docs/conf.py b/docs/conf.py index aae909963..0e21f875d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/eval/CMakeLists.txt b/eval/CMakeLists.txt index 5a125a6f0..7c107010f 100644 --- a/eval/CMakeLists.txt +++ b/eval/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/eval/eval_dd_package.cpp b/eval/eval_dd_package.cpp index 11536da4f..8a2b2017e 100644 --- a/eval/eval_dd_package.cpp +++ b/eval/eval_dd_package.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/Definitions.hpp b/include/mqt-core/Definitions.hpp index 30190d4a7..c91a38760 100644 --- a/include/mqt-core/Definitions.hpp +++ b/include/mqt-core/Definitions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/algorithms/BernsteinVazirani.hpp b/include/mqt-core/algorithms/BernsteinVazirani.hpp index 980b5b90e..4f346f1a3 100644 --- a/include/mqt-core/algorithms/BernsteinVazirani.hpp +++ b/include/mqt-core/algorithms/BernsteinVazirani.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/algorithms/Entanglement.hpp b/include/mqt-core/algorithms/Entanglement.hpp index 8309d6af4..1dff44645 100644 --- a/include/mqt-core/algorithms/Entanglement.hpp +++ b/include/mqt-core/algorithms/Entanglement.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/algorithms/Grover.hpp b/include/mqt-core/algorithms/Grover.hpp index 8fb21c9f7..5d66b64ff 100644 --- a/include/mqt-core/algorithms/Grover.hpp +++ b/include/mqt-core/algorithms/Grover.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/algorithms/QFT.hpp b/include/mqt-core/algorithms/QFT.hpp index ac6f589a7..216611904 100644 --- a/include/mqt-core/algorithms/QFT.hpp +++ b/include/mqt-core/algorithms/QFT.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/algorithms/QPE.hpp b/include/mqt-core/algorithms/QPE.hpp index a31a20e29..1b8b71dc1 100644 --- a/include/mqt-core/algorithms/QPE.hpp +++ b/include/mqt-core/algorithms/QPE.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/algorithms/RandomCliffordCircuit.hpp b/include/mqt-core/algorithms/RandomCliffordCircuit.hpp index 9ecb6a84c..d72653ad6 100644 --- a/include/mqt-core/algorithms/RandomCliffordCircuit.hpp +++ b/include/mqt-core/algorithms/RandomCliffordCircuit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/algorithms/WState.hpp b/include/mqt-core/algorithms/WState.hpp index 1f170d9fc..876fd64bb 100644 --- a/include/mqt-core/algorithms/WState.hpp +++ b/include/mqt-core/algorithms/WState.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp b/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp index 098545da0..6c289a08c 100644 --- a/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp +++ b/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp b/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp index 2ee8ebb99..16465dcd3 100644 --- a/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +++ b/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/datastructures/DirectedGraph.hpp b/include/mqt-core/datastructures/DirectedGraph.hpp index cd9958b67..78e13b9a7 100644 --- a/include/mqt-core/datastructures/DirectedGraph.hpp +++ b/include/mqt-core/datastructures/DirectedGraph.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/datastructures/DisjointSet.hpp b/include/mqt-core/datastructures/DisjointSet.hpp index 5271ba60a..4befb8444 100644 --- a/include/mqt-core/datastructures/DisjointSet.hpp +++ b/include/mqt-core/datastructures/DisjointSet.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/datastructures/Layer.hpp b/include/mqt-core/datastructures/Layer.hpp index 4e9b0a7ef..15683f6ce 100644 --- a/include/mqt-core/datastructures/Layer.hpp +++ b/include/mqt-core/datastructures/Layer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/datastructures/SymmetricMatrix.hpp b/include/mqt-core/datastructures/SymmetricMatrix.hpp index 50658276b..b48e782a2 100644 --- a/include/mqt-core/datastructures/SymmetricMatrix.hpp +++ b/include/mqt-core/datastructures/SymmetricMatrix.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/datastructures/UndirectedGraph.hpp b/include/mqt-core/datastructures/UndirectedGraph.hpp index a0ac10008..0f198d05b 100644 --- a/include/mqt-core/datastructures/UndirectedGraph.hpp +++ b/include/mqt-core/datastructures/UndirectedGraph.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/CachedEdge.hpp b/include/mqt-core/dd/CachedEdge.hpp index 3774c0c36..62aa37924 100644 --- a/include/mqt-core/dd/CachedEdge.hpp +++ b/include/mqt-core/dd/CachedEdge.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Complex.hpp b/include/mqt-core/dd/Complex.hpp index d4576a84b..71cfafa09 100644 --- a/include/mqt-core/dd/Complex.hpp +++ b/include/mqt-core/dd/Complex.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/ComplexNumbers.hpp b/include/mqt-core/dd/ComplexNumbers.hpp index 60c419281..298f1f54f 100644 --- a/include/mqt-core/dd/ComplexNumbers.hpp +++ b/include/mqt-core/dd/ComplexNumbers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/ComplexValue.hpp b/include/mqt-core/dd/ComplexValue.hpp index e6a6c540c..61a3d1542 100644 --- a/include/mqt-core/dd/ComplexValue.hpp +++ b/include/mqt-core/dd/ComplexValue.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/ComputeTable.hpp b/include/mqt-core/dd/ComputeTable.hpp index a44792c01..785a7ba66 100644 --- a/include/mqt-core/dd/ComputeTable.hpp +++ b/include/mqt-core/dd/ComputeTable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/DDDefinitions.hpp b/include/mqt-core/dd/DDDefinitions.hpp index ec7242543..84e96d570 100644 --- a/include/mqt-core/dd/DDDefinitions.hpp +++ b/include/mqt-core/dd/DDDefinitions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/DDpackageConfig.hpp b/include/mqt-core/dd/DDpackageConfig.hpp index 5acc6b49a..03164dd61 100644 --- a/include/mqt-core/dd/DDpackageConfig.hpp +++ b/include/mqt-core/dd/DDpackageConfig.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/DensityNoiseTable.hpp b/include/mqt-core/dd/DensityNoiseTable.hpp index 478c71a23..a5bafc0e1 100644 --- a/include/mqt-core/dd/DensityNoiseTable.hpp +++ b/include/mqt-core/dd/DensityNoiseTable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Edge.hpp b/include/mqt-core/dd/Edge.hpp index e07411598..a383c2250 100644 --- a/include/mqt-core/dd/Edge.hpp +++ b/include/mqt-core/dd/Edge.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Export.hpp b/include/mqt-core/dd/Export.hpp index 4bd42c006..7877af4ec 100644 --- a/include/mqt-core/dd/Export.hpp +++ b/include/mqt-core/dd/Export.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/FunctionalityConstruction.hpp b/include/mqt-core/dd/FunctionalityConstruction.hpp index afbe42cb7..902c4d19c 100644 --- a/include/mqt-core/dd/FunctionalityConstruction.hpp +++ b/include/mqt-core/dd/FunctionalityConstruction.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/GateMatrixDefinitions.hpp b/include/mqt-core/dd/GateMatrixDefinitions.hpp index 685f81d4e..8fb1c7132 100644 --- a/include/mqt-core/dd/GateMatrixDefinitions.hpp +++ b/include/mqt-core/dd/GateMatrixDefinitions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/MemoryManager.hpp b/include/mqt-core/dd/MemoryManager.hpp index 24b809479..665aade22 100644 --- a/include/mqt-core/dd/MemoryManager.hpp +++ b/include/mqt-core/dd/MemoryManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Node.hpp b/include/mqt-core/dd/Node.hpp index d091e8b32..12abc3ac2 100644 --- a/include/mqt-core/dd/Node.hpp +++ b/include/mqt-core/dd/Node.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/NoiseFunctionality.hpp b/include/mqt-core/dd/NoiseFunctionality.hpp index 4c1ebc2fa..a9e8cfce2 100644 --- a/include/mqt-core/dd/NoiseFunctionality.hpp +++ b/include/mqt-core/dd/NoiseFunctionality.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Operations.hpp b/include/mqt-core/dd/Operations.hpp index 08604b8ca..8f02a967d 100644 --- a/include/mqt-core/dd/Operations.hpp +++ b/include/mqt-core/dd/Operations.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Package.hpp b/include/mqt-core/dd/Package.hpp index 28c3a2008..48f23ba84 100644 --- a/include/mqt-core/dd/Package.hpp +++ b/include/mqt-core/dd/Package.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Package_fwd.hpp b/include/mqt-core/dd/Package_fwd.hpp index 1eebae050..32787be34 100644 --- a/include/mqt-core/dd/Package_fwd.hpp +++ b/include/mqt-core/dd/Package_fwd.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/RealNumber.hpp b/include/mqt-core/dd/RealNumber.hpp index f5c71c2b4..1d4866445 100644 --- a/include/mqt-core/dd/RealNumber.hpp +++ b/include/mqt-core/dd/RealNumber.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/RealNumberUniqueTable.hpp b/include/mqt-core/dd/RealNumberUniqueTable.hpp index 53c4cec62..b3ed1b349 100644 --- a/include/mqt-core/dd/RealNumberUniqueTable.hpp +++ b/include/mqt-core/dd/RealNumberUniqueTable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/Simulation.hpp b/include/mqt-core/dd/Simulation.hpp index d5701bedf..814930c9d 100644 --- a/include/mqt-core/dd/Simulation.hpp +++ b/include/mqt-core/dd/Simulation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/StochasticNoiseOperationTable.hpp b/include/mqt-core/dd/StochasticNoiseOperationTable.hpp index 91a9bbb76..fee7b1023 100644 --- a/include/mqt-core/dd/StochasticNoiseOperationTable.hpp +++ b/include/mqt-core/dd/StochasticNoiseOperationTable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/UnaryComputeTable.hpp b/include/mqt-core/dd/UnaryComputeTable.hpp index bc881aa32..32a1dbcbc 100644 --- a/include/mqt-core/dd/UnaryComputeTable.hpp +++ b/include/mqt-core/dd/UnaryComputeTable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/UniqueTable.hpp b/include/mqt-core/dd/UniqueTable.hpp index 77fe61613..c9925169e 100644 --- a/include/mqt-core/dd/UniqueTable.hpp +++ b/include/mqt-core/dd/UniqueTable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp b/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp index acc55303c..6222f81a0 100644 --- a/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp +++ b/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/statistics/PackageStatistics.hpp b/include/mqt-core/dd/statistics/PackageStatistics.hpp index 1a51bc597..71ff35010 100644 --- a/include/mqt-core/dd/statistics/PackageStatistics.hpp +++ b/include/mqt-core/dd/statistics/PackageStatistics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/statistics/Statistics.hpp b/include/mqt-core/dd/statistics/Statistics.hpp index a86f10618..b824e9df9 100644 --- a/include/mqt-core/dd/statistics/Statistics.hpp +++ b/include/mqt-core/dd/statistics/Statistics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/statistics/TableStatistics.hpp b/include/mqt-core/dd/statistics/TableStatistics.hpp index 42367ba95..588943122 100644 --- a/include/mqt-core/dd/statistics/TableStatistics.hpp +++ b/include/mqt-core/dd/statistics/TableStatistics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp b/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp index e8f4d4475..b6421b1f8 100644 --- a/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +++ b/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/Permutation.hpp b/include/mqt-core/ir/Permutation.hpp index 7fe2c0765..f6071a7eb 100644 --- a/include/mqt-core/ir/Permutation.hpp +++ b/include/mqt-core/ir/Permutation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/QuantumComputation.hpp b/include/mqt-core/ir/QuantumComputation.hpp index e9f2ae2c2..99676e55b 100644 --- a/include/mqt-core/ir/QuantumComputation.hpp +++ b/include/mqt-core/ir/QuantumComputation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/AodOperation.hpp b/include/mqt-core/ir/operations/AodOperation.hpp index 784d6e1d4..e00fdfbae 100644 --- a/include/mqt-core/ir/operations/AodOperation.hpp +++ b/include/mqt-core/ir/operations/AodOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/ClassicControlledOperation.hpp b/include/mqt-core/ir/operations/ClassicControlledOperation.hpp index 40d3c851e..0395b592f 100644 --- a/include/mqt-core/ir/operations/ClassicControlledOperation.hpp +++ b/include/mqt-core/ir/operations/ClassicControlledOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/CompoundOperation.hpp b/include/mqt-core/ir/operations/CompoundOperation.hpp index 59ee5473b..9a3323ff1 100644 --- a/include/mqt-core/ir/operations/CompoundOperation.hpp +++ b/include/mqt-core/ir/operations/CompoundOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/Control.hpp b/include/mqt-core/ir/operations/Control.hpp index ee2ae46ad..c66098d8f 100644 --- a/include/mqt-core/ir/operations/Control.hpp +++ b/include/mqt-core/ir/operations/Control.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/Expression.hpp b/include/mqt-core/ir/operations/Expression.hpp index 4c5981185..78a77c569 100644 --- a/include/mqt-core/ir/operations/Expression.hpp +++ b/include/mqt-core/ir/operations/Expression.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/NonUnitaryOperation.hpp b/include/mqt-core/ir/operations/NonUnitaryOperation.hpp index a5f1da608..900239d3b 100644 --- a/include/mqt-core/ir/operations/NonUnitaryOperation.hpp +++ b/include/mqt-core/ir/operations/NonUnitaryOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/OpType.hpp b/include/mqt-core/ir/operations/OpType.hpp index 11ab492f0..f5d140d00 100644 --- a/include/mqt-core/ir/operations/OpType.hpp +++ b/include/mqt-core/ir/operations/OpType.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/Operation.hpp b/include/mqt-core/ir/operations/Operation.hpp index 99c19c892..f1db75750 100644 --- a/include/mqt-core/ir/operations/Operation.hpp +++ b/include/mqt-core/ir/operations/Operation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/StandardOperation.hpp b/include/mqt-core/ir/operations/StandardOperation.hpp index e3eea9f04..df698eabb 100644 --- a/include/mqt-core/ir/operations/StandardOperation.hpp +++ b/include/mqt-core/ir/operations/StandardOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/operations/SymbolicOperation.hpp b/include/mqt-core/ir/operations/SymbolicOperation.hpp index 82560696d..e820810a5 100644 --- a/include/mqt-core/ir/operations/SymbolicOperation.hpp +++ b/include/mqt-core/ir/operations/SymbolicOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/Exception.hpp b/include/mqt-core/ir/parsers/qasm3_parser/Exception.hpp index 83c037128..e1e71036d 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/Exception.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/Exception.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/Gate.hpp b/include/mqt-core/ir/parsers/qasm3_parser/Gate.hpp index 8041e1201..f32d353cc 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/Gate.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/Gate.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/InstVisitor.hpp b/include/mqt-core/ir/parsers/qasm3_parser/InstVisitor.hpp index f017dde7d..7eca6a808 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/InstVisitor.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/InstVisitor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/NestedEnvironment.hpp b/include/mqt-core/ir/parsers/qasm3_parser/NestedEnvironment.hpp index bbcf2f5cf..1faa331f1 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/NestedEnvironment.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/NestedEnvironment.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/Parser.hpp b/include/mqt-core/ir/parsers/qasm3_parser/Parser.hpp index 4c68428dc..ef21a8161 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/Parser.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/Parser.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/Scanner.hpp b/include/mqt-core/ir/parsers/qasm3_parser/Scanner.hpp index 1676fd927..d5fc7856c 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/Scanner.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/Scanner.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/Statement.hpp b/include/mqt-core/ir/parsers/qasm3_parser/Statement.hpp index 9a67571b5..791c85dac 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/Statement.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/Statement.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/StdGates.hpp b/include/mqt-core/ir/parsers/qasm3_parser/StdGates.hpp index cb3232f25..0c883459b 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/StdGates.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/StdGates.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/Token.hpp b/include/mqt-core/ir/parsers/qasm3_parser/Token.hpp index d60bd8c07..62cec06fd 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/Token.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/Token.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/Types.hpp b/include/mqt-core/ir/parsers/qasm3_parser/Types.hpp index 18f6d9c66..4ebe878b7 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/Types.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/Types.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/passes/CompilerPass.hpp b/include/mqt-core/ir/parsers/qasm3_parser/passes/CompilerPass.hpp index 5d51636b0..874a243d3 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/passes/CompilerPass.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/passes/CompilerPass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/passes/ConstEvalPass.hpp b/include/mqt-core/ir/parsers/qasm3_parser/passes/ConstEvalPass.hpp index 2d6d5a38d..c93329f52 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/passes/ConstEvalPass.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/passes/ConstEvalPass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/ir/parsers/qasm3_parser/passes/TypeCheckPass.hpp b/include/mqt-core/ir/parsers/qasm3_parser/passes/TypeCheckPass.hpp index 3644063c4..da8c4d6b9 100644 --- a/include/mqt-core/ir/parsers/qasm3_parser/passes/TypeCheckPass.hpp +++ b/include/mqt-core/ir/parsers/qasm3_parser/passes/TypeCheckPass.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/na/NAComputation.hpp b/include/mqt-core/na/NAComputation.hpp index b601fc13a..9a617a3e4 100644 --- a/include/mqt-core/na/NAComputation.hpp +++ b/include/mqt-core/na/NAComputation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/na/NADefinitions.hpp b/include/mqt-core/na/NADefinitions.hpp index c9d7c148a..a9d181de3 100644 --- a/include/mqt-core/na/NADefinitions.hpp +++ b/include/mqt-core/na/NADefinitions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/na/operations/NAGlobalOperation.hpp b/include/mqt-core/na/operations/NAGlobalOperation.hpp index 0e02f1a9f..a88826835 100644 --- a/include/mqt-core/na/operations/NAGlobalOperation.hpp +++ b/include/mqt-core/na/operations/NAGlobalOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/na/operations/NALocalOperation.hpp b/include/mqt-core/na/operations/NALocalOperation.hpp index 4a9b47cc6..5b7e309f3 100644 --- a/include/mqt-core/na/operations/NALocalOperation.hpp +++ b/include/mqt-core/na/operations/NALocalOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/na/operations/NAOperation.hpp b/include/mqt-core/na/operations/NAOperation.hpp index f66f4483d..32f2d9717 100644 --- a/include/mqt-core/na/operations/NAOperation.hpp +++ b/include/mqt-core/na/operations/NAOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/na/operations/NAShuttlingOperation.hpp b/include/mqt-core/na/operations/NAShuttlingOperation.hpp index 1572520a2..89c1aace4 100644 --- a/include/mqt-core/na/operations/NAShuttlingOperation.hpp +++ b/include/mqt-core/na/operations/NAShuttlingOperation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/python/pybind11.hpp b/include/mqt-core/python/pybind11.hpp index 48cc5c5fe..890459ec4 100644 --- a/include/mqt-core/python/pybind11.hpp +++ b/include/mqt-core/python/pybind11.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/python/qiskit/QuantumCircuit.hpp b/include/mqt-core/python/qiskit/QuantumCircuit.hpp index 03d2c1b54..d2df1b294 100644 --- a/include/mqt-core/python/qiskit/QuantumCircuit.hpp +++ b/include/mqt-core/python/qiskit/QuantumCircuit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/zx/FunctionalityConstruction.hpp b/include/mqt-core/zx/FunctionalityConstruction.hpp index 44f49be15..4b358b56c 100644 --- a/include/mqt-core/zx/FunctionalityConstruction.hpp +++ b/include/mqt-core/zx/FunctionalityConstruction.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/zx/Rational.hpp b/include/mqt-core/zx/Rational.hpp index 0ad9c4746..31b5743e4 100644 --- a/include/mqt-core/zx/Rational.hpp +++ b/include/mqt-core/zx/Rational.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/zx/Rules.hpp b/include/mqt-core/zx/Rules.hpp index 4b0572634..e99502996 100644 --- a/include/mqt-core/zx/Rules.hpp +++ b/include/mqt-core/zx/Rules.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/zx/Simplify.hpp b/include/mqt-core/zx/Simplify.hpp index 7b5d593f5..e321239c7 100644 --- a/include/mqt-core/zx/Simplify.hpp +++ b/include/mqt-core/zx/Simplify.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/zx/Utils.hpp b/include/mqt-core/zx/Utils.hpp index b56ff81d2..3b9ff9980 100644 --- a/include/mqt-core/zx/Utils.hpp +++ b/include/mqt-core/zx/Utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/zx/ZXDefinitions.hpp b/include/mqt-core/zx/ZXDefinitions.hpp index a092dd709..a8fa64a91 100644 --- a/include/mqt-core/zx/ZXDefinitions.hpp +++ b/include/mqt-core/zx/ZXDefinitions.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/mqt-core/zx/ZXDiagram.hpp b/include/mqt-core/zx/ZXDiagram.hpp index 94f5c684f..e1d9a1f7f 100644 --- a/include/mqt-core/zx/ZXDiagram.hpp +++ b/include/mqt-core/zx/ZXDiagram.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/noxfile.py b/noxfile.py index e4c131bb3..b91198172 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e8b1ecc3..924935aa9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/algorithms/BernsteinVazirani.cpp b/src/algorithms/BernsteinVazirani.cpp index 284e298bb..e88fe5d81 100644 --- a/src/algorithms/BernsteinVazirani.cpp +++ b/src/algorithms/BernsteinVazirani.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/algorithms/CMakeLists.txt b/src/algorithms/CMakeLists.txt index af3679c33..1597146a6 100644 --- a/src/algorithms/CMakeLists.txt +++ b/src/algorithms/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/algorithms/Entanglement.cpp b/src/algorithms/Entanglement.cpp index 5a304fb76..46a7e7901 100644 --- a/src/algorithms/Entanglement.cpp +++ b/src/algorithms/Entanglement.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/algorithms/Grover.cpp b/src/algorithms/Grover.cpp index 060a2c3ec..bffb66a82 100644 --- a/src/algorithms/Grover.cpp +++ b/src/algorithms/Grover.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/algorithms/QFT.cpp b/src/algorithms/QFT.cpp index 705eaa177..aa415e08b 100644 --- a/src/algorithms/QFT.cpp +++ b/src/algorithms/QFT.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/algorithms/QPE.cpp b/src/algorithms/QPE.cpp index 285ec5010..2d701499f 100644 --- a/src/algorithms/QPE.cpp +++ b/src/algorithms/QPE.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/algorithms/RandomCliffordCircuit.cpp b/src/algorithms/RandomCliffordCircuit.cpp index 45628292f..4aa718ab2 100644 --- a/src/algorithms/RandomCliffordCircuit.cpp +++ b/src/algorithms/RandomCliffordCircuit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/algorithms/WState.cpp b/src/algorithms/WState.cpp index 04d11ebb5..157a98c85 100644 --- a/src/algorithms/WState.cpp +++ b/src/algorithms/WState.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/circuit_optimizer/CMakeLists.txt b/src/circuit_optimizer/CMakeLists.txt index c3a59be81..82b57f7b3 100644 --- a/src/circuit_optimizer/CMakeLists.txt +++ b/src/circuit_optimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/circuit_optimizer/CircuitOptimizer.cpp b/src/circuit_optimizer/CircuitOptimizer.cpp index 36c66bac4..9dc552ca7 100644 --- a/src/circuit_optimizer/CircuitOptimizer.cpp +++ b/src/circuit_optimizer/CircuitOptimizer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/datastructures/CMakeLists.txt b/src/datastructures/CMakeLists.txt index ef2057cc1..6950f0762 100644 --- a/src/datastructures/CMakeLists.txt +++ b/src/datastructures/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/datastructures/Layer.cpp b/src/datastructures/Layer.cpp index ae7bfb3ec..104909e05 100644 --- a/src/datastructures/Layer.cpp +++ b/src/datastructures/Layer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/CMakeLists.txt b/src/dd/CMakeLists.txt index c79b8a265..55cbbe229 100644 --- a/src/dd/CMakeLists.txt +++ b/src/dd/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/dd/CachedEdge.cpp b/src/dd/CachedEdge.cpp index e65db369e..1d2d04e89 100644 --- a/src/dd/CachedEdge.cpp +++ b/src/dd/CachedEdge.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/Complex.cpp b/src/dd/Complex.cpp index e9843efb3..f6e8b5a27 100644 --- a/src/dd/Complex.cpp +++ b/src/dd/Complex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/ComplexNumbers.cpp b/src/dd/ComplexNumbers.cpp index b5216ed5e..fca90f6e8 100644 --- a/src/dd/ComplexNumbers.cpp +++ b/src/dd/ComplexNumbers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/ComplexValue.cpp b/src/dd/ComplexValue.cpp index f5b23a724..8d07d28fe 100644 --- a/src/dd/ComplexValue.cpp +++ b/src/dd/ComplexValue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/Edge.cpp b/src/dd/Edge.cpp index 871313c79..33842c603 100644 --- a/src/dd/Edge.cpp +++ b/src/dd/Edge.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/FunctionalityConstruction.cpp b/src/dd/FunctionalityConstruction.cpp index e30dc38cc..275a1a656 100644 --- a/src/dd/FunctionalityConstruction.cpp +++ b/src/dd/FunctionalityConstruction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/MemoryManager.cpp b/src/dd/MemoryManager.cpp index feebd70e4..844813795 100644 --- a/src/dd/MemoryManager.cpp +++ b/src/dd/MemoryManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/Node.cpp b/src/dd/Node.cpp index 56c54e318..16d119d50 100644 --- a/src/dd/Node.cpp +++ b/src/dd/Node.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/NoiseFunctionality.cpp b/src/dd/NoiseFunctionality.cpp index 2950d8297..908486d85 100644 --- a/src/dd/NoiseFunctionality.cpp +++ b/src/dd/NoiseFunctionality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/Operations.cpp b/src/dd/Operations.cpp index 5f80d2d0d..3c88c1012 100644 --- a/src/dd/Operations.cpp +++ b/src/dd/Operations.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/RealNumber.cpp b/src/dd/RealNumber.cpp index b53b64343..0a1e87388 100644 --- a/src/dd/RealNumber.cpp +++ b/src/dd/RealNumber.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/RealNumberUniqueTable.cpp b/src/dd/RealNumberUniqueTable.cpp index 29b005096..0469ca03b 100644 --- a/src/dd/RealNumberUniqueTable.cpp +++ b/src/dd/RealNumberUniqueTable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/Simulation.cpp b/src/dd/Simulation.cpp index be0b06a08..1f586bb67 100644 --- a/src/dd/Simulation.cpp +++ b/src/dd/Simulation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/statistics/MemoryManagerStatistics.cpp b/src/dd/statistics/MemoryManagerStatistics.cpp index 0db9ad444..2e1446688 100644 --- a/src/dd/statistics/MemoryManagerStatistics.cpp +++ b/src/dd/statistics/MemoryManagerStatistics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/statistics/Statistics.cpp b/src/dd/statistics/Statistics.cpp index b72d96653..1f09d8865 100644 --- a/src/dd/statistics/Statistics.cpp +++ b/src/dd/statistics/Statistics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/statistics/TableStatistics.cpp b/src/dd/statistics/TableStatistics.cpp index d69ef3d83..98ecf6b05 100644 --- a/src/dd/statistics/TableStatistics.cpp +++ b/src/dd/statistics/TableStatistics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/dd/statistics/UniqueTableStatistics.cpp b/src/dd/statistics/UniqueTableStatistics.cpp index 091307410..dee3a805c 100644 --- a/src/dd/statistics/UniqueTableStatistics.cpp +++ b/src/dd/statistics/UniqueTableStatistics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/CMakeLists.txt b/src/ir/CMakeLists.txt index f07abccb9..88ccd80d3 100644 --- a/src/ir/CMakeLists.txt +++ b/src/ir/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/ir/Permutation.cpp b/src/ir/Permutation.cpp index b302b19f9..c07bf085b 100644 --- a/src/ir/Permutation.cpp +++ b/src/ir/Permutation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/QuantumComputation.cpp b/src/ir/QuantumComputation.cpp index 471fe5d17..4c106de19 100644 --- a/src/ir/QuantumComputation.cpp +++ b/src/ir/QuantumComputation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/AodOperation.cpp b/src/ir/operations/AodOperation.cpp index c1633c969..85563895f 100644 --- a/src/ir/operations/AodOperation.cpp +++ b/src/ir/operations/AodOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/ClassicControlledOperation.cpp b/src/ir/operations/ClassicControlledOperation.cpp index b982c9d0e..8a48a6e06 100644 --- a/src/ir/operations/ClassicControlledOperation.cpp +++ b/src/ir/operations/ClassicControlledOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/CompoundOperation.cpp b/src/ir/operations/CompoundOperation.cpp index 25f09b69d..cb3a469a0 100644 --- a/src/ir/operations/CompoundOperation.cpp +++ b/src/ir/operations/CompoundOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/Expression.cpp b/src/ir/operations/Expression.cpp index d2ac11266..cca49a0f0 100644 --- a/src/ir/operations/Expression.cpp +++ b/src/ir/operations/Expression.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/NonUnitaryOperation.cpp b/src/ir/operations/NonUnitaryOperation.cpp index 143a4a70c..1e1043608 100644 --- a/src/ir/operations/NonUnitaryOperation.cpp +++ b/src/ir/operations/NonUnitaryOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/Operation.cpp b/src/ir/operations/Operation.cpp index 0bbf9f434..4ca68625b 100644 --- a/src/ir/operations/Operation.cpp +++ b/src/ir/operations/Operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/StandardOperation.cpp b/src/ir/operations/StandardOperation.cpp index 4242281c3..685cd8cf9 100644 --- a/src/ir/operations/StandardOperation.cpp +++ b/src/ir/operations/StandardOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/operations/SymbolicOperation.cpp b/src/ir/operations/SymbolicOperation.cpp index eb2ee5d51..2707886f6 100644 --- a/src/ir/operations/SymbolicOperation.cpp +++ b/src/ir/operations/SymbolicOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/QASM3Parser.cpp b/src/ir/parsers/QASM3Parser.cpp index c6b57bb2e..4f59431ad 100644 --- a/src/ir/parsers/QASM3Parser.cpp +++ b/src/ir/parsers/QASM3Parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/QCParser.cpp b/src/ir/parsers/QCParser.cpp index 4e046e4ea..31a37dc28 100644 --- a/src/ir/parsers/QCParser.cpp +++ b/src/ir/parsers/QCParser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/RealParser.cpp b/src/ir/parsers/RealParser.cpp index 426beb780..01f69d5c0 100644 --- a/src/ir/parsers/RealParser.cpp +++ b/src/ir/parsers/RealParser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/TFCParser.cpp b/src/ir/parsers/TFCParser.cpp index 123a5a385..ac48713ef 100644 --- a/src/ir/parsers/TFCParser.cpp +++ b/src/ir/parsers/TFCParser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/qasm3_parser/Parser.cpp b/src/ir/parsers/qasm3_parser/Parser.cpp index 3863038cd..d26e5602b 100644 --- a/src/ir/parsers/qasm3_parser/Parser.cpp +++ b/src/ir/parsers/qasm3_parser/Parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/qasm3_parser/Scanner.cpp b/src/ir/parsers/qasm3_parser/Scanner.cpp index f7c32b9a2..ef71c4774 100644 --- a/src/ir/parsers/qasm3_parser/Scanner.cpp +++ b/src/ir/parsers/qasm3_parser/Scanner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/qasm3_parser/Statement.cpp b/src/ir/parsers/qasm3_parser/Statement.cpp index 4d7ad34e9..457cdf4cf 100644 --- a/src/ir/parsers/qasm3_parser/Statement.cpp +++ b/src/ir/parsers/qasm3_parser/Statement.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/qasm3_parser/Types.cpp b/src/ir/parsers/qasm3_parser/Types.cpp index 57534d558..0c8987571 100644 --- a/src/ir/parsers/qasm3_parser/Types.cpp +++ b/src/ir/parsers/qasm3_parser/Types.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/qasm3_parser/passes/ConstEvalPass.cpp b/src/ir/parsers/qasm3_parser/passes/ConstEvalPass.cpp index f316f8ecb..f45d23902 100644 --- a/src/ir/parsers/qasm3_parser/passes/ConstEvalPass.cpp +++ b/src/ir/parsers/qasm3_parser/passes/ConstEvalPass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/ir/parsers/qasm3_parser/passes/TypeCheckPass.cpp b/src/ir/parsers/qasm3_parser/passes/TypeCheckPass.cpp index 55569522b..3e6e24e51 100644 --- a/src/ir/parsers/qasm3_parser/passes/TypeCheckPass.cpp +++ b/src/ir/parsers/qasm3_parser/passes/TypeCheckPass.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/mqt/core/__init__.py b/src/mqt/core/__init__.py index 678767676..f58aafc04 100644 --- a/src/mqt/core/__init__.py +++ b/src/mqt/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/_compat/__init__.py b/src/mqt/core/_compat/__init__.py index 46f8b051d..a22799b93 100644 --- a/src/mqt/core/_compat/__init__.py +++ b/src/mqt/core/_compat/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/_compat/typing.py b/src/mqt/core/_compat/typing.py index 6fc988313..57854756a 100644 --- a/src/mqt/core/_compat/typing.py +++ b/src/mqt/core/_compat/typing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/_version.pyi b/src/mqt/core/_version.pyi index 7ce2ff6f2..bb77ef79c 100644 --- a/src/mqt/core/_version.pyi +++ b/src/mqt/core/_version.pyi @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/dd/__init__.py b/src/mqt/core/dd/__init__.py index 3a33bae15..ae4a5f72a 100644 --- a/src/mqt/core/dd/__init__.py +++ b/src/mqt/core/dd/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/dd/evaluation.py b/src/mqt/core/dd/evaluation.py index 1aada7195..c40c434f5 100644 --- a/src/mqt/core/dd/evaluation.py +++ b/src/mqt/core/dd/evaluation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/ir/__init__.pyi b/src/mqt/core/ir/__init__.pyi index f4b785497..8078259cf 100644 --- a/src/mqt/core/ir/__init__.pyi +++ b/src/mqt/core/ir/__init__.pyi @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/ir/operations.pyi b/src/mqt/core/ir/operations.pyi index 668005609..82c8bbe53 100644 --- a/src/mqt/core/ir/operations.pyi +++ b/src/mqt/core/ir/operations.pyi @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/ir/symbolic.pyi b/src/mqt/core/ir/symbolic.pyi index 913aa319c..ff12eb9d7 100644 --- a/src/mqt/core/ir/symbolic.pyi +++ b/src/mqt/core/ir/symbolic.pyi @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/plugins/__init__.py b/src/mqt/core/plugins/__init__.py index e2226172c..f33f7c992 100644 --- a/src/mqt/core/plugins/__init__.py +++ b/src/mqt/core/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/mqt/core/plugins/qiskit.py b/src/mqt/core/plugins/qiskit.py index 1ea24f9b4..01edf9ff6 100644 --- a/src/mqt/core/plugins/qiskit.py +++ b/src/mqt/core/plugins/qiskit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/na/CMakeLists.txt b/src/na/CMakeLists.txt index bab068515..4a459fd04 100644 --- a/src/na/CMakeLists.txt +++ b/src/na/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/na/NAComputation.cpp b/src/na/NAComputation.cpp index 702a0b405..eb692f2fb 100644 --- a/src/na/NAComputation.cpp +++ b/src/na/NAComputation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/na/operations/NAGlobalOperation.cpp b/src/na/operations/NAGlobalOperation.cpp index 57d67429f..b4848eeb1 100644 --- a/src/na/operations/NAGlobalOperation.cpp +++ b/src/na/operations/NAGlobalOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/na/operations/NALocalOperation.cpp b/src/na/operations/NALocalOperation.cpp index 5d812696e..e9fea833d 100644 --- a/src/na/operations/NALocalOperation.cpp +++ b/src/na/operations/NALocalOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/na/operations/NAShuttlingOperation.cpp b/src/na/operations/NAShuttlingOperation.cpp index a73e4921a..a5f01d3ab 100644 --- a/src/na/operations/NAShuttlingOperation.cpp +++ b/src/na/operations/NAShuttlingOperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt index afd3bbec4..fc9bd1002 100644 --- a/src/python/CMakeLists.txt +++ b/src/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/python/ir/CMakeLists.txt b/src/python/ir/CMakeLists.txt index 927029b78..a2e056ab7 100644 --- a/src/python/ir/CMakeLists.txt +++ b/src/python/ir/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_classic_controlled_operation.cpp b/src/python/ir/operations/register_classic_controlled_operation.cpp index e3bb46fb7..72b5dc714 100644 --- a/src/python/ir/operations/register_classic_controlled_operation.cpp +++ b/src/python/ir/operations/register_classic_controlled_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_compound_operation.cpp b/src/python/ir/operations/register_compound_operation.cpp index ea3b7dac7..9afbb3685 100644 --- a/src/python/ir/operations/register_compound_operation.cpp +++ b/src/python/ir/operations/register_compound_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_control.cpp b/src/python/ir/operations/register_control.cpp index f5f5c6293..ec3e1080f 100644 --- a/src/python/ir/operations/register_control.cpp +++ b/src/python/ir/operations/register_control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_non_unitary_operation.cpp b/src/python/ir/operations/register_non_unitary_operation.cpp index 2b68ee43c..14ce92ce8 100644 --- a/src/python/ir/operations/register_non_unitary_operation.cpp +++ b/src/python/ir/operations/register_non_unitary_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_operation.cpp b/src/python/ir/operations/register_operation.cpp index 26cb896f5..778bd9d2b 100644 --- a/src/python/ir/operations/register_operation.cpp +++ b/src/python/ir/operations/register_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_optype.cpp b/src/python/ir/operations/register_optype.cpp index bee0083f7..f15071581 100644 --- a/src/python/ir/operations/register_optype.cpp +++ b/src/python/ir/operations/register_optype.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_standard_operation.cpp b/src/python/ir/operations/register_standard_operation.cpp index 679c397de..e8b53248c 100644 --- a/src/python/ir/operations/register_standard_operation.cpp +++ b/src/python/ir/operations/register_standard_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/operations/register_symbolic_operation.cpp b/src/python/ir/operations/register_symbolic_operation.cpp index fbd677c39..4d400d4fd 100644 --- a/src/python/ir/operations/register_symbolic_operation.cpp +++ b/src/python/ir/operations/register_symbolic_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/register_ir.cpp b/src/python/ir/register_ir.cpp index 810f61d92..30c493363 100644 --- a/src/python/ir/register_ir.cpp +++ b/src/python/ir/register_ir.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/register_operations.cpp b/src/python/ir/register_operations.cpp index 60040b6ee..f314d4297 100644 --- a/src/python/ir/register_operations.cpp +++ b/src/python/ir/register_operations.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/register_permutation.cpp b/src/python/ir/register_permutation.cpp index 461d6855f..5ebc17a69 100644 --- a/src/python/ir/register_permutation.cpp +++ b/src/python/ir/register_permutation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/register_quantum_computation.cpp b/src/python/ir/register_quantum_computation.cpp index f40ca181c..e7c65a025 100644 --- a/src/python/ir/register_quantum_computation.cpp +++ b/src/python/ir/register_quantum_computation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/register_symbolic.cpp b/src/python/ir/register_symbolic.cpp index d7708a8f0..413c59ed3 100644 --- a/src/python/ir/register_symbolic.cpp +++ b/src/python/ir/register_symbolic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/symbolic/register_expression.cpp b/src/python/ir/symbolic/register_expression.cpp index 5d6649979..3f96fdb23 100644 --- a/src/python/ir/symbolic/register_expression.cpp +++ b/src/python/ir/symbolic/register_expression.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/symbolic/register_term.cpp b/src/python/ir/symbolic/register_term.cpp index ec279be92..9afa63a50 100644 --- a/src/python/ir/symbolic/register_term.cpp +++ b/src/python/ir/symbolic/register_term.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/ir/symbolic/register_variable.cpp b/src/python/ir/symbolic/register_variable.cpp index 307fa0cd6..585dbec34 100644 --- a/src/python/ir/symbolic/register_variable.cpp +++ b/src/python/ir/symbolic/register_variable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/python/qiskit/QuantumCircuit.cpp b/src/python/qiskit/QuantumCircuit.cpp index a9e51c089..69ef1f044 100644 --- a/src/python/qiskit/QuantumCircuit.cpp +++ b/src/python/qiskit/QuantumCircuit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/zx/CMakeLists.txt b/src/zx/CMakeLists.txt index 4d3fa4cd1..8c674dda1 100644 --- a/src/zx/CMakeLists.txt +++ b/src/zx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/zx/FunctionalityConstruction.cpp b/src/zx/FunctionalityConstruction.cpp index 0de3b0f12..f0de45bb5 100644 --- a/src/zx/FunctionalityConstruction.cpp +++ b/src/zx/FunctionalityConstruction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/zx/Rational.cpp b/src/zx/Rational.cpp index 6620e1a7e..a86f7298e 100644 --- a/src/zx/Rational.cpp +++ b/src/zx/Rational.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/zx/Rules.cpp b/src/zx/Rules.cpp index 4434cb213..7e8265326 100644 --- a/src/zx/Rules.cpp +++ b/src/zx/Rules.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/zx/Simplify.cpp b/src/zx/Simplify.cpp index 0b95c37de..794cbf9e3 100644 --- a/src/zx/Simplify.cpp +++ b/src/zx/Simplify.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/zx/Utils.cpp b/src/zx/Utils.cpp index b68cdce96..d4079fbb6 100644 --- a/src/zx/Utils.cpp +++ b/src/zx/Utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/zx/ZXDiagram.cpp b/src/zx/ZXDiagram.cpp index b41a724e2..3560e64a8 100644 --- a/src/zx/ZXDiagram.cpp +++ b/src/zx/ZXDiagram.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b4558340f..a598d70a1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/algorithms/CMakeLists.txt b/test/algorithms/CMakeLists.txt index 9fb114e49..b6a238086 100644 --- a/test/algorithms/CMakeLists.txt +++ b/test/algorithms/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/algorithms/eval_dynamic_circuits.cpp b/test/algorithms/eval_dynamic_circuits.cpp index 54fe590cb..498236325 100644 --- a/test/algorithms/eval_dynamic_circuits.cpp +++ b/test/algorithms/eval_dynamic_circuits.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/algorithms/test_bernsteinvazirani.cpp b/test/algorithms/test_bernsteinvazirani.cpp index 46077576a..831b88d82 100644 --- a/test/algorithms/test_bernsteinvazirani.cpp +++ b/test/algorithms/test_bernsteinvazirani.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/algorithms/test_entanglement.cpp b/test/algorithms/test_entanglement.cpp index 84ca0044a..dbd96308c 100644 --- a/test/algorithms/test_entanglement.cpp +++ b/test/algorithms/test_entanglement.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/algorithms/test_grover.cpp b/test/algorithms/test_grover.cpp index 1a59f871c..a1b517739 100644 --- a/test/algorithms/test_grover.cpp +++ b/test/algorithms/test_grover.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/algorithms/test_qft.cpp b/test/algorithms/test_qft.cpp index 56fc7bc6b..1f4f37465 100644 --- a/test/algorithms/test_qft.cpp +++ b/test/algorithms/test_qft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/algorithms/test_qpe.cpp b/test/algorithms/test_qpe.cpp index e790e579a..6ca66e4cf 100644 --- a/test/algorithms/test_qpe.cpp +++ b/test/algorithms/test_qpe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/algorithms/test_random_clifford.cpp b/test/algorithms/test_random_clifford.cpp index c28a6c25c..3e7d10e77 100644 --- a/test/algorithms/test_random_clifford.cpp +++ b/test/algorithms/test_random_clifford.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/algorithms/test_wstate.cpp b/test/algorithms/test_wstate.cpp index 58f424379..ccebe876c 100644 --- a/test/algorithms/test_wstate.cpp +++ b/test/algorithms/test_wstate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/CMakeLists.txt b/test/circuit_optimizer/CMakeLists.txt index cf396dd3a..7ca0f01bb 100644 --- a/test/circuit_optimizer/CMakeLists.txt +++ b/test/circuit_optimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_backpropagate_output_permutation.cpp b/test/circuit_optimizer/test_backpropagate_output_permutation.cpp index 456e2adcd..fb6d8bb48 100644 --- a/test/circuit_optimizer/test_backpropagate_output_permutation.cpp +++ b/test/circuit_optimizer/test_backpropagate_output_permutation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_cancel_cnots.cpp b/test/circuit_optimizer/test_cancel_cnots.cpp index 0225cf5dc..5462b10b8 100644 --- a/test/circuit_optimizer/test_cancel_cnots.cpp +++ b/test/circuit_optimizer/test_cancel_cnots.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_collect_blocks.cpp b/test/circuit_optimizer/test_collect_blocks.cpp index c2d43fe2c..532aa5134 100644 --- a/test/circuit_optimizer/test_collect_blocks.cpp +++ b/test/circuit_optimizer/test_collect_blocks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_decompose_swap.cpp b/test/circuit_optimizer/test_decompose_swap.cpp index 52363b4c4..599259834 100644 --- a/test/circuit_optimizer/test_decompose_swap.cpp +++ b/test/circuit_optimizer/test_decompose_swap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_defer_measurements.cpp b/test/circuit_optimizer/test_defer_measurements.cpp index 65ceb0f2a..41c23dcbd 100644 --- a/test/circuit_optimizer/test_defer_measurements.cpp +++ b/test/circuit_optimizer/test_defer_measurements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_elide_permutations.cpp b/test/circuit_optimizer/test_elide_permutations.cpp index 59f981235..9558537de 100644 --- a/test/circuit_optimizer/test_elide_permutations.cpp +++ b/test/circuit_optimizer/test_elide_permutations.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_eliminate_resets.cpp b/test/circuit_optimizer/test_eliminate_resets.cpp index 0969b8258..033c29928 100644 --- a/test/circuit_optimizer/test_eliminate_resets.cpp +++ b/test/circuit_optimizer/test_eliminate_resets.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_flatten_operations.cpp b/test/circuit_optimizer/test_flatten_operations.cpp index a087bc705..8c2eb3f99 100644 --- a/test/circuit_optimizer/test_flatten_operations.cpp +++ b/test/circuit_optimizer/test_flatten_operations.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_remove_diagonal_gates_before_measure.cpp b/test/circuit_optimizer/test_remove_diagonal_gates_before_measure.cpp index df0c131a2..7b2a1a30e 100644 --- a/test/circuit_optimizer/test_remove_diagonal_gates_before_measure.cpp +++ b/test/circuit_optimizer/test_remove_diagonal_gates_before_measure.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_remove_final_measurements.cpp b/test/circuit_optimizer/test_remove_final_measurements.cpp index 57fc59feb..de3f36dbb 100644 --- a/test/circuit_optimizer/test_remove_final_measurements.cpp +++ b/test/circuit_optimizer/test_remove_final_measurements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_remove_operation.cpp b/test/circuit_optimizer/test_remove_operation.cpp index 0120c8563..4ebfc9aab 100644 --- a/test/circuit_optimizer/test_remove_operation.cpp +++ b/test/circuit_optimizer/test_remove_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_replace_mcx_with_mcz.cpp b/test/circuit_optimizer/test_replace_mcx_with_mcz.cpp index 3934add1e..46fe1126f 100644 --- a/test/circuit_optimizer/test_replace_mcx_with_mcz.cpp +++ b/test/circuit_optimizer/test_replace_mcx_with_mcz.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_single_qubit_gate_fusion.cpp b/test/circuit_optimizer/test_single_qubit_gate_fusion.cpp index 28889c8ca..d27961f02 100644 --- a/test/circuit_optimizer/test_single_qubit_gate_fusion.cpp +++ b/test/circuit_optimizer/test_single_qubit_gate_fusion.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/circuit_optimizer/test_swap_reconstruction.cpp b/test/circuit_optimizer/test_swap_reconstruction.cpp index 80a152812..05db1dd52 100644 --- a/test/circuit_optimizer/test_swap_reconstruction.cpp +++ b/test/circuit_optimizer/test_swap_reconstruction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/datastructures/CMakeLists.txt b/test/datastructures/CMakeLists.txt index 3c0fb2d25..57d54b4d3 100644 --- a/test/datastructures/CMakeLists.txt +++ b/test/datastructures/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/datastructures/test_directed_acyclic_graph.cpp b/test/datastructures/test_directed_acyclic_graph.cpp index 2f132d241..0bfc9e209 100644 --- a/test/datastructures/test_directed_acyclic_graph.cpp +++ b/test/datastructures/test_directed_acyclic_graph.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/datastructures/test_directed_graph.cpp b/test/datastructures/test_directed_graph.cpp index 61f02c568..48284f50a 100644 --- a/test/datastructures/test_directed_graph.cpp +++ b/test/datastructures/test_directed_graph.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/datastructures/test_disjoint_set.cpp b/test/datastructures/test_disjoint_set.cpp index 37da12652..60ecf41e5 100644 --- a/test/datastructures/test_disjoint_set.cpp +++ b/test/datastructures/test_disjoint_set.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/datastructures/test_layer.cpp b/test/datastructures/test_layer.cpp index 089f49c7d..732a891da 100644 --- a/test/datastructures/test_layer.cpp +++ b/test/datastructures/test_layer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/datastructures/test_symmetric_matrix.cpp b/test/datastructures/test_symmetric_matrix.cpp index 703c50cb3..0656a9f9b 100644 --- a/test/datastructures/test_symmetric_matrix.cpp +++ b/test/datastructures/test_symmetric_matrix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/datastructures/test_undirected_graph.cpp b/test/datastructures/test_undirected_graph.cpp index 7cafc8e46..ecf763291 100644 --- a/test/datastructures/test_undirected_graph.cpp +++ b/test/datastructures/test_undirected_graph.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/dd/CMakeLists.txt b/test/dd/CMakeLists.txt index 3a0cc5d62..6e2ef01ca 100644 --- a/test/dd/CMakeLists.txt +++ b/test/dd/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/dd/test_complex.cpp b/test/dd/test_complex.cpp index ec5550bc9..da2603c8e 100644 --- a/test/dd/test_complex.cpp +++ b/test/dd/test_complex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/dd/test_dd_functionality.cpp b/test/dd/test_dd_functionality.cpp index 3e3621592..fd5f60734 100644 --- a/test/dd/test_dd_functionality.cpp +++ b/test/dd/test_dd_functionality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/dd/test_dd_noise_functionality.cpp b/test/dd/test_dd_noise_functionality.cpp index ddb7c3538..cf557d244 100644 --- a/test/dd/test_dd_noise_functionality.cpp +++ b/test/dd/test_dd_noise_functionality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/dd/test_edge_functionality.cpp b/test/dd/test_edge_functionality.cpp index e9b069572..3446e2b41 100644 --- a/test/dd/test_edge_functionality.cpp +++ b/test/dd/test_edge_functionality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/dd/test_package.cpp b/test/dd/test_package.cpp index 35be6a87f..d83347479 100644 --- a/test/dd/test_package.cpp +++ b/test/dd/test_package.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/ir/CMakeLists.txt b/test/ir/CMakeLists.txt index a99df5788..03f35b657 100644 --- a/test/ir/CMakeLists.txt +++ b/test/ir/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/ir/test_io.cpp b/test/ir/test_io.cpp index e96d7cd4f..8c6ec4fd4 100644 --- a/test/ir/test_io.cpp +++ b/test/ir/test_io.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/ir/test_operation.cpp b/test/ir/test_operation.cpp index 0a88fac70..04256163e 100644 --- a/test/ir/test_operation.cpp +++ b/test/ir/test_operation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/ir/test_qasm3_parser.cpp b/test/ir/test_qasm3_parser.cpp index ecb0281eb..f20b876ec 100644 --- a/test/ir/test_qasm3_parser.cpp +++ b/test/ir/test_qasm3_parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/ir/test_qfr_functionality.cpp b/test/ir/test_qfr_functionality.cpp index 15f6aaa28..0119aadaf 100644 --- a/test/ir/test_qfr_functionality.cpp +++ b/test/ir/test_qfr_functionality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/ir/test_symbolic.cpp b/test/ir/test_symbolic.cpp index 383522d96..4728d659b 100644 --- a/test/ir/test_symbolic.cpp +++ b/test/ir/test_symbolic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/na/CMakeLists.txt b/test/na/CMakeLists.txt index c77d3ec40..3655bf0af 100644 --- a/test/na/CMakeLists.txt +++ b/test/na/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/na/test_nacomputation.cpp b/test/na/test_nacomputation.cpp index 05001ca11..aa2eb073c 100644 --- a/test/na/test_nacomputation.cpp +++ b/test/na/test_nacomputation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/na/test_nadefinitions.cpp b/test/na/test_nadefinitions.cpp index fd76b74ed..3972d362f 100644 --- a/test/na/test_nadefinitions.cpp +++ b/test/na/test_nadefinitions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/na/test_naoperation.cpp b/test/na/test_naoperation.cpp index 92e18f74d..7909fdf05 100644 --- a/test/na/test_naoperation.cpp +++ b/test/na/test_naoperation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/python/test_evaluation.py b/test/python/test_evaluation.py index 0c2823873..4697e2906 100644 --- a/test/python/test_evaluation.py +++ b/test/python/test_evaluation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/python/test_load.py b/test/python/test_load.py index a040720be..a151aa545 100644 --- a/test/python/test_load.py +++ b/test/python/test_load.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/python/test_qiskit.py b/test/python/test_qiskit.py index f14720888..357ecb36d 100644 --- a/test/python/test_qiskit.py +++ b/test/python/test_qiskit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/zx/CMakeLists.txt b/test/zx/CMakeLists.txt index 1f744469f..ad7de4d60 100644 --- a/test/zx/CMakeLists.txt +++ b/test/zx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Chair for Design Automation, TUM +# Copyright (c) 2025 Chair for Design Automation, TUM # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/zx/test_expression.cpp b/test/zx/test_expression.cpp index cae06c9b5..67109a636 100644 --- a/test/zx/test_expression.cpp +++ b/test/zx/test_expression.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/zx/test_rational.cpp b/test/zx/test_rational.cpp index 22d26e38c..18ca605be 100644 --- a/test/zx/test_rational.cpp +++ b/test/zx/test_rational.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/zx/test_simplify.cpp b/test/zx/test_simplify.cpp index f2969f5aa..146161ea0 100644 --- a/test/zx/test_simplify.cpp +++ b/test/zx/test_simplify.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/zx/test_zx.cpp b/test/zx/test_zx.cpp index 49c7a19a1..d164a8877 100644 --- a/test/zx/test_zx.cpp +++ b/test/zx/test_zx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/zx/test_zx_functionality.cpp b/test/zx/test_zx_functionality.cpp index eeea81009..c3e80ad96 100644 --- a/test/zx/test_zx_functionality.cpp +++ b/test/zx/test_zx_functionality.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Chair for Design Automation, TUM + * Copyright (c) 2025 Chair for Design Automation, TUM * All rights reserved. * * SPDX-License-Identifier: MIT