Qiskit Experiments Test Utilties (qiskit_experiments.test
)¶
This module contains classes and functions that are used to enable testing
of Qiskit Experiments. It’s primarily composed of fake and mock backends that
act like a normal BackendV1
for a real device but
instead call a simulator internally.
|
A mock backend for testing with IQ data. |
|
A simple and primitive backend, to be run by the T1 tests |
|
A simple and primitive backend, to be run by the T2Ramsey tests |
|
Fake job. |
This extremely simple database is designated for testing and as a playground for developers. |