Simple command-line runner for Quantum simulations.
More...
|
bool | Run (string replayPath, string lutPath, string dbPath, string checksumPath) |
| Run the Quantum simulation from a replay. This is very similar to the QuantumRunnerLocalReplay script. More...
|
|
|
static void | Main (string replayPath, string lutPath, string dbPath, string checksumPath) |
| Main method to start a Quantum runner. More...
|
|
Simple command-line runner for Quantum simulations.
◆ Main()
static void Quantum.QuantumConsoleRunner.Main |
( |
string |
replayPath, |
|
|
string |
lutPath, |
|
|
string |
dbPath, |
|
|
string |
checksumPath |
|
) |
| |
|
inlinestatic |
Main method to start a Quantum runner.
- Parameters
-
replayPath | Path to the Quantum replay json file. |
lutPath | Path to the LUT folder. |
dbPath | Optionally an extra path to the Quantum database json file. |
checksumPath | Optional an extra path to the checksum file. |
◆ Run()
bool Quantum.QuantumConsoleRunner.Run |
( |
string |
replayPath, |
|
|
string |
lutPath, |
|
|
string |
dbPath, |
|
|
string |
checksumPath |
|
) |
| |
|
inline |
Run the Quantum simulation from a replay. This is very similar to the QuantumRunnerLocalReplay script.
- Parameters
-
replayPath | Path to the Quantum replay json file. |
lutPath | Path to the LUT folder. |
dbPath | Optionally an extra path to the Quantum database json file. |
checksumPath | Optionally an extra path to the checksum file. |
- Returns
◆ JsonSettings
JsonSerializerSettings Quantum.QuantumConsoleRunner.JsonSettings |
|
static |
Initial value:=> new JsonSerializerSettings {
Formatting = Formatting.Indented,
NullValueHandling = NullValueHandling.Ignore,
}
Json settings.