|
Maestro 0.1.0
Unified interface for quantum circuit simulation
|
Basic usage example of the Maestro library using the C interface. More...
Go to the source code of this file.
Functions | |
| void | PrintResults (const char *jsonResult) |
| Helper function to print the JSON result. | |
| int | main () |
Basic usage example of the Maestro library using the C interface.
This example demonstrates:
Definition in file basic_simulation.cpp.
| int main | ( | ) |
Definition at line 32 of file basic_simulation.cpp.
| void PrintResults | ( | const char * | jsonResult | ) |
Helper function to print the JSON result.
| jsonResult | The JSON string returned by the simulator. |
Definition at line 24 of file basic_simulation.cpp.