CVec.MultiplyBang Operator

Liquid Quantum Simulator

CVecMultiplyBang Operator
Computes the Kronecker product of two vectors.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
F# does not support this operator.

Parameters

v1
Type: Microsoft.Research.LiquidCVec
Left vector
v2
Type: Microsoft.Research.LiquidCVec
Right vector

Return Value

Type: CVec
The result vector
See Also