[−][src]Module dqcsim::host
Core modules used by the host side of DQCsim.
Modules
| accelerator | Host API interface trait (start, wait, send, recv). |
| configuration | Configuration structures for the plugins and simulator. |
| plugin | Contains structs that manage the lifetime and connections of a single plugin. |
| reproduction | Simulation run reproduction functionality. |
| simulation | Simulation instance: launches, connects, communicates with, and kills plugins. |
| simulator | Simulator driver: wraps a |