Skip to content

Commit

Permalink
Not topology aware by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWeaving committed Oct 9, 2024
1 parent 1b1a3e2 commit 530faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmer/evolution/variational_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class ADAPT_VQE(VQE_Driver):
# that aims to reduce circuit-depth in the ADAPT routine by adding multiple excitation terms
# per cycle that are supported on distinct qubit positions.
TETRIS = False
topology_aware = True
topology_aware = False
topology_bias = 1
topology = None
subgraph_match_depth = 3
Expand Down

0 comments on commit 530faad

Please sign in to comment.