|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Public Member Functions | |
| def | test_gate_inheritance (self, gate_class) |
| def | test_gate_methods (self, gate_class) |
Tests for the inheritance structure of the CH gate in the Squander package
Definition at line 24 of file test_gate_inheritance.py.
| def tests.gates.test_gate_inheritance.Test_Gate_inheritance.test_gate_inheritance | ( | self, | |
| gate_class | |||
| ) |
Test that gates properly inherits from the base Gate class.
Definition at line 45 of file test_gate_inheritance.py.
| def tests.gates.test_gate_inheritance.Test_Gate_inheritance.test_gate_methods | ( | self, | |
| gate_class | |||
| ) |
Test that gate inherits methods from the base Gate class.
Definition at line 88 of file test_gate_inheritance.py.
1.8.13