harshangrjn / QuantumCircuitOpt.jl

A Julia/JuMP Package for Optimal Quantum Circuit Design
Other
56 stars 15 forks source link

Fixed 2 tests #19

Closed lockwo closed 3 years ago

lockwo commented 3 years ago

2 tests were easy to fix, I didn't change the principle of it, I just made it to include all possible U3 gates (which is what it expected before). The two tests were constraint_idempotent_gates and Test: 3-qubit RX gate decomposition. The two tests that remain are Test: Minimum depth U3(0,0,π/4) gate with 1 error and constraint_redundant_gate_product_pairs test with 2 fails.