Get L2 Norm of the difference of two ket vectors
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member NormDiff :
v2 : CVec -> float
Parameters
- v2
- Type: Microsoft.Research.LiquidCVec
Target ket vector to diff (obtained by ket.Single())
Return Value
Type:
DoubleL2 Norm of the difference
See Also