QuantestPy / quantestpy

Apache License 2.0
9 stars 3 forks source link

Add sample codes using assert_unary_iteration() and assert_circuit_equivalent_to_output_qubit_state() #198

Closed junnaka51 closed 1 year ago

junnaka51 commented 1 year ago

In this PR I add 4 sample code files which use the assert methods assert_unary_iteration() and assert_circuit_equivalent_to_output_qubit_state().

I believe these files will help users understand when and how they can use these assert methods.