The Language-Integrated Quantum Operations (LIQUi|>) Simulator
SpinTerm Class |
A single term in a Spin Hamiltonian.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
[<SerializableAttribute>] type SpinTerm = class end
The SpinTerm type exposes the following members.

Name | Description | |
---|---|---|
![]() | SpinTerm(Int32, FSharpFuncDouble, FSharpFuncFSharpListQubit, Unit, Double) |
Initializes a new SpinTerm instance.
|
![]() | SpinTerm(Int32, FSharpFuncDouble, FSharpFuncFSharpListQubit, Unit, FSharpListInt32, Double) |
Initializes a new SpinTerm instance.
|

Name | Description | |
---|---|---|
![]() | Amplitude | The numerical coefficient ('strength') leading this term. |
![]() | Schedule | The numerical id (zero-based) of the annealing schedule corresponding to this term. |

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
