ControlEngine
Extends:
Constructor Summary
| Public Constructor | ||
| public | 
       constructor(qubits: Array<BasicQubit>)  | 
    |
Member Summary
| Public Members | ||
| public | 
       qubits: *  | 
    |
Method Summary
| Public Methods | ||
| public | 
       handleCommand(cmd: *)  | 
    |
| public | 
       hasComputeUnComputeTag(cmd: Command): * Return true if command cmd has a compute/uncompute tag.  | 
    |
| public | 
       receive(commandList: *)  | 
    |
Inherited Summary
| From class BasicEngine | ||
| public | 
      
       | 
    |
| public | 
       allocateQubit(dirty: boolean): Qureg Return a new qubit as a list containing 1 qubit object (quantum register of size 1).  | 
    |
| public | 
       allocateQureg(n: number): Qureg Allocate n qubits and return them as a quantum register, which is a list of qubit objects.  | 
    |
| public | 
       deallocateQubit(qubit: BasicQubit) Deallocate a qubit (and sends the deallocation command down the pipeline).  | 
    |
| public | 
       isAvailable(cmd: Command): boolean Default implementation of isAvailable: Ask the next engine whether a command is available, i.e., whether it can be executed by the next engine(s).  | 
    |
| public | 
       isMetaTagSupported(metaTag: function): boolean Check if there is a compiler engine handling the meta tag  | 
    |
| public | 
       receive()  | 
    |
| public | 
      
       Forward the list of commands to the next engine in the pipeline.  | 
    |
Public Constructors
public constructor(qubits: Array<BasicQubit>) source
Override:
BasicEngine#constructorParams:
| Name | Type | Attribute | Description | 
| qubits | Array<BasicQubit> | qubits conditional on which the following operations are executed.  | 
    
Public Members
public qubits: * source
Public Methods
public handleCommand(cmd: *) source
Params:
| Name | Type | Attribute | Description | 
| cmd | * | 
public hasComputeUnComputeTag(cmd: Command): * source
Return true if command cmd has a compute/uncompute tag.
Params:
| Name | Type | Attribute | Description | 
| cmd | Command | 
Return:
| * | 
public receive(commandList: *) source
Override:
BasicEngine#receiveParams:
| Name | Type | Attribute | Description | 
| commandList | * |