Sequential Quantum Gate Decomposer  v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Functions
test_partition Namespace Reference

Functions

def test_CorrectnessOfPartitionedCircuit ()
 
def test_PartitionEmptyCircuit (max_qubits)
 
def test_PartitionMaxQubitConstraint (max_qubits)
 
def test_PartitionMaxQubitsEqualsTotalQubits (max_qubits)
 
def test_PartitionSingleGate (max_qubits)
 
def test_PartitionTotalGates (max_qubits)
 

Function Documentation

◆ test_CorrectnessOfPartitionedCircuit()

def test_partition.test_CorrectnessOfPartitionedCircuit ( )

Definition at line 67 of file test_partition.py.

Here is the call graph for this function:

◆ test_PartitionEmptyCircuit()

def test_partition.test_PartitionEmptyCircuit (   max_qubits)

Definition at line 17 of file test_partition.py.

Here is the call graph for this function:

◆ test_PartitionMaxQubitConstraint()

def test_partition.test_PartitionMaxQubitConstraint (   max_qubits)

Definition at line 45 of file test_partition.py.

Here is the call graph for this function:

◆ test_PartitionMaxQubitsEqualsTotalQubits()

def test_partition.test_PartitionMaxQubitsEqualsTotalQubits (   max_qubits)

Definition at line 57 of file test_partition.py.

Here is the call graph for this function:

◆ test_PartitionSingleGate()

def test_partition.test_PartitionSingleGate (   max_qubits)

Definition at line 25 of file test_partition.py.

Here is the call graph for this function:

◆ test_PartitionTotalGates()

def test_partition.test_PartitionTotalGates (   max_qubits)

Definition at line 34 of file test_partition.py.

Here is the call graph for this function: