Skip to content

Commit

Permalink
Update staq_wrapper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Sep 21, 2023
1 parent 5f8786b commit c83e6d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pystaq/staq_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
#include "transformations/expression_simplifier.hpp"
#include "transformations/inline.hpp"
#include "transformations/oracle_synthesizer.hpp"

#ifdef QASM_SYNTH
#include "transformations/qasm_synth.hpp"
#endif

#include "optimization/cnot_resynthesis.hpp"
#include "optimization/rotation_folding.hpp"
Expand Down

0 comments on commit c83e6d3

Please sign in to comment.