quantum_nodes.nodes.quantum_gates.gates_to_all

Modules

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_h_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_h_all.QuantumGateHToAllNode

Bases: Node, AnimationNode

Apply quantum gate H to all the circuit.

bl_idname: str = 'an_QuantumGateHToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate H to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_id_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_id_all.QuantumGateIDToAllNode

Bases: Node, AnimationNode

Apply quantum gate ID to all the circuit.

bl_idname: str = 'an_QuantumGateIDToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate ID to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_s_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_s_all.QuantumGateSToAllNode

Bases: Node, AnimationNode

Apply quantum gate S to all the circuit.

bl_idname: str = 'an_QuantumGateSToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate S to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_sdg_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_sdg_all.QuantumGateSDGToAllNode

Bases: Node, AnimationNode

Apply quantum gate SDG to all the circuit.

bl_idname: str = 'an_QuantumGateSDGToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate SDG to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_t_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_t_all.QuantumGateTToAllNode

Bases: Node, AnimationNode

Apply quantum gate T to all the circuit.

bl_idname: str = 'an_QuantumGateTToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate T to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_tdg_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_tdg_all.QuantumGateTDGToAllNode

Bases: Node, AnimationNode

Apply quantum gate TDG to all the circuit.

bl_idname: str = 'an_QuantumGateTDGToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate TDG to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_x_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_x_all.QuantumGateXToAllNode

Bases: Node, AnimationNode

Apply quantum gate X to all the circuit.

bl_idname: str = 'an_QuantumGateXToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate X to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_y_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_y_all.QuantumGateYToAllNode

Bases: Node, AnimationNode

Apply quantum gate Y to all the circuit.

bl_idname: str = 'an_QuantumGateYToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate Y to All Circuit'

The node label

Type

str

create()
execute(input)

quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_z_all

class quantum_nodes.nodes.quantum_gates.gates_to_all.quantum_gate_z_all.QuantumGateZToAllNode

Bases: Node, AnimationNode

Apply quantum gate Z to all the circuit.

bl_idname: str = 'an_QuantumGateZToAllNode'

str

Type

type

bl_label: str = 'Quantum Gate Z to All Circuit'

The node label

Type

str

create()
execute(input)