Skip to content

Commit

Permalink
Merge branch 'fidelityHeuristic3' of https://github.com/EliasLF/qmap
Browse files Browse the repository at this point in the history
…into fidelityHeuristic3
  • Loading branch information
EliasLF committed Dec 15, 2023
2 parents 069e0cc + c51f43e commit b4297ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/python/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ def test_parameters(example_circuit: QuantumCircuit) -> None:
assert results.configuration.post_mapping_optimizations is False
assert results.configuration.verbose is False
assert results.configuration.debug is False
assert not results.configuration.data_logging_path
assert not results.configuration.data_logging_path
2 changes: 1 addition & 1 deletion test/test_heuristic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ TEST(Functionality, InvalidSettings) {
config.considerFidelity = true;
config.lookahead = true;
EXPECT_THROW(mapper.map(config), QMAPException);
config.lookahead = false;
config.lookahead = false;
config.teleportationQubits = 2;
EXPECT_THROW(mapper.map(config), QMAPException);
config.teleportationQubits = 0;
Expand Down

0 comments on commit b4297ef

Please sign in to comment.