Ket.NormDiff Method

Liquid Quantum Simulator

KetNormDiff Method
Get L2 Norm of the difference of two ket vectors

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member NormDiff : 
        v2 : CVec -> float 

Parameters

v2
Type: Microsoft.Research.LiquidCVec
Target ket vector to diff (obtained by ket.Single())

Return Value

Type: Double
L2 Norm of the difference
See Also