2022 IEEE International Conference on Quantum Computing and Engineering (QCE) 2022
DOI: 10.1109/qce53715.2022.00085
|View full text |Cite
|
Sign up to set email alerts
|

A Tool For Debugging Quantum Circuits

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1

Citation Types

0
4
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3
3

Relationship

1
5

Authors

Journals

citations
Cited by 7 publications
(4 citation statements)
references
References 40 publications
0
4
0
Order By: Relevance
“…1 def Quant_full_adder(qc, in_qbits,zero_qubit): [1],in_qbits [2],zero_qubit) 5 qc.cx(in_qbits [1],in_qbits [2]) The full adder has three inputs A, B, and C in , resulting in a total of 2 3 = 8 possible input states. Optimally, we can create 8 test vectors for all possible cases.…”
Section: A Testing and Debugging Amplitude Permutation (Ap) Blocksmentioning
confidence: 99%
See 3 more Smart Citations
“…1 def Quant_full_adder(qc, in_qbits,zero_qubit): [1],in_qbits [2],zero_qubit) 5 qc.cx(in_qbits [1],in_qbits [2]) The full adder has three inputs A, B, and C in , resulting in a total of 2 3 = 8 possible input states. Optimally, we can create 8 test vectors for all possible cases.…”
Section: A Testing and Debugging Amplitude Permutation (Ap) Blocksmentioning
confidence: 99%
“…Now, we introduce a simple bug to this program. Assume the programmer inadvertently added an extra Toffoli gate at the end of the circuit qc.ccx(in_qbits[0],in_qbits [1],zero_qubit). The first step is running the same tests from before to the program containing the bug.…”
Section: A Testing and Debugging Amplitude Permutation (Ap) Blocksmentioning
confidence: 99%
See 2 more Smart Citations