ideal_qubit
IdealQubit.
IdealQubit
Bases: Device
Ideal qubit Device.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | |
common_ops()
Written in the linear basis.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | |
get_H_full()
Return full H in linear basis.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
59 60 61 62 | |
get_H_linear()
Return linear terms in H.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
54 55 56 57 | |
get_linear_frequency()
Get frequency of linear terms.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
50 51 52 | |
param_validation(N, N_pre_diag, params, hamiltonian, basis)
classmethod
This can be overridden by subclasses.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
19 20 21 22 23 24 25 26 27 28 29 30 31 | |