Module QuantumPathQSOAPySDK.circuit.gates.preparedGates

Classes

class I_SGate (position: int)

Create adjoint square root Z, I_S Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

I_SGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class I_SXGate (position: int)

Create adjoint square root X, I_SX Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

I_SXGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class I_SYGate (position: int)

Create adjoint square root Y, I_SY Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

I_SYGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class I_TGate (position: int)

Create adjoint four root Z, I_T Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

I_TGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class I_TXGate (position: int)

Create adjoint four root X, I_TX Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

I_TXGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class I_TYGate (position: int)

Create adjoint four root Y, I_TY Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

I_TYGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class SGate (position: int)

Create square root of Z, S Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

SGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class SXGate (position: int)

Create square root of X, SX Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

SXGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class SYGate (position: int)

Create square root of Y, SY Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

SYGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class TGate (position: int)

Create four root of Z, T Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

TGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class TXGate (position: int)

Create four root of X, TX Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

TXGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members

class TYGate (position: int)

Create four root of Y, TY Gate obj.

Prerequisites

  • None.

Parameters

position : int
 

Qubit position to add the gate.

Output

TYGate obj

Ancestors

  • SingleGate
  • QuantumPathQSOAPySDK.circuit.gates.gates.__QuantumGate

Inherited members