Skip to content

Commit

Permalink
🎨 pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 8, 2024
1 parent c01dfa3 commit 665d6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cliffordsynthesis/CliffordSynthesizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ CliffordSynthesizer::synthesizeSubcircuit(
const std::shared_ptr<qc::QuantumComputation>& qc, std::size_t begin,
std::size_t end, const Configuration& config) {
std::cout << "Synthesizing Subcircuit" << std::endl;
const Tableau subTargetTableau{*qc, begin, end, true};
const Tableau subTargetTableau{*qc, begin, end, true};
std::cout << "Tableau created" << std::endl;
CliffordSynthesizer synth(subTargetTableau);
std::cout << "Synthesizer created" << std::endl;
Expand Down

0 comments on commit 665d6de

Please sign in to comment.