Fermion.Run Method |
Name | Description | |
---|---|---|
![]() | Run(Boolean, FSharpOption<Int32>) |
Runs the simulation to obtain a phase estimate.
A previous call to Build() or BuildSingle() is required.
|
![]() ![]() | Run(Dictionary<String, String>, String) |
Runs a Fermion test from a .dat file, based on a script
A basic axecution trace is sent to both the console and the log.
Detailed information is sent just sent to the log.
See the Users Manual for details on the parameters.
|
![]() ![]() | Run(Dictionary<String, String>,String[]) |
Runs a pre-loaded Fermion test based on a script.
A basic axecution trace is sent to both the console and the log.
Detailed information is sent just sent to the log.
See the Users Manual for details on the parameters.
|
![]() ![]() | Run(Dictionary<String, String>, FSharpFunc<Double, FSharpFunc<FSharpList<Qubit>, Unit>>, Ket) |
Runs a Fermion test from a pre-built circuit and state vector.
See the Users Manual for details on the parameters.
|