Skip to content

Commit

Permalink
Update reversible2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Jul 4, 2018
1 parent 371a77c commit 45f0b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reversible2.cpp
Expand Up @@ -44,7 +44,7 @@ int main() {
bit_circuit.TOF(indices[i]);
}
std::cout << ">> Initial/Intermediate bit circuit\n\t";
std::cout << bit_circuit << "\n\t" << initial_bit_circuit << '\n';
std::cout << initial_bit_circuit << "\n\t" << bit_circuit << '\n';
std::cout << ">> Hamming weight (intermediate circuit): "
<< bit_circuit.count() << '\n';
std::cout << ">> Hamming distance (from the initial circuit): "
Expand Down

0 comments on commit 45f0b12

Please sign in to comment.