#include <qgprog.h>
Public Attributes | |
| int | numQb |
| Number of Qubits the program uses. | |
| std::vector< qgame::TestCase > | cases |
| List of test cases appropriate for the program. | |
| qgame::QubitList | finalQb |
| List of final measurement qubits. | |
| double | threshold |
| Error probability threshold. | |
Such settings can be contained in the program file parsed by QProgram::read().
Definition at line 54 of file qgprog.h.
1.3.5