CMat.Item Property

Liquid Quantum Simulator

CMatItem Property
Gets an individual element of the matrix, as a Complex number.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Item : Complex with get, set

Parameters

i
Type: SystemInt32
The row index.
j
Type: SystemInt32
The column index.

Return Value

Type: Complex
The complex value of the matrix element.
See Also