StateType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wavefunction types
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum StateType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type StateType =
Public Enum StateType
- Inheritance
-
StateType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
| Default | 0 | |
| NotRecognized | -1 | |
| SingleConfigurational | 1 | |
| SparseMultiConfigurational | 2 | |
| UnitaryCoupledCluster | 3 |