Class Basis
Represents a quantum basis, which is a collection of basis values.
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
public class Basis : ScriptableObject
Fields
| Improve this Doc View Sourcevalues
The list of basis values in this quantum basis.
Declaration
public List<BasisValue> values
Field Value
| Type | Description |
|---|---|
| List<BasisValue> |
Properties
| Improve this Doc View SourceDimension
Gets the dimension of the quantum basis, which is the number of basis values.
Declaration
public int Dimension { get; }
Property Value
| Type | Description |
|---|---|
| int |