About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
QubitProperties
class qiskit.providers.QubitProperties(t1=None, t2=None, frequency=None)
Bases: object
A representation of the properties of a qubit on a backend.
This class provides the optional properties that a backend can provide for a qubit. These represent the set of qubit properties that Qiskit can currently work with if present. However if your backend provides additional properties of qubits you should subclass this to add additional custom attributes for those custom/additional properties provided by the backend.
Create a new QubitProperties
object.
Parameters
- t1 – The T1 time for a qubit in seconds
- t2 – The T2 time for a qubit in seconds
- frequency – The frequency of a qubit in Hz
Attributes
t1
t2
frequency
Was this page helpful?
Report a bug or request content on GitHub.