Click or drag to resize
Tests__Entangle1 Method
Runs a simple gate sequence that entangles all the qubits in the state vector.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member __Entangle1 : 
        entSiz : int -> unit 

Parameters

entSiz
Type: SystemInt32
The number of qubits desired in the state vector.
Remarks
This sample displays detailed timing and memory usage information, and so allows you to see how Liquid scales as the state vector size grows.
See Also