The Language-Integrated Quantum Operations (LIQUi|>) Simulator
RunMode Class |
Trotterization types.

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

F#
[<SealedAttribute>] [<SerializableAttribute>] type RunMode = class interface IEquatable<RunMode> interface IStructuralEquatable interface IComparable<RunMode> interface IComparable interface IStructuralComparable end
The RunMode type exposes the following members.

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.) |

Possible values are:
- Trotter1: First order Trotter
- Trotter1X: First order Trotter splitting X to each side
- Trotter1R: Reverse mode (implies reversing list and negating angles)
- Trotter1XR: Reverse mode with X splitting (implies reversing list and negating angles)
- Trotter2: Second order Trotter (includes X splitting)
- Trotter2R: Second order reversed (includes X splitting)
