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 |
|
common_ops()
Written in the linear basis.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
|
get_H_full()
Return full H in linear basis.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
57 58 59 |
|
get_H_linear()
Return linear terms in H.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
52 53 54 55 |
|
get_linear_ω()
Get frequency of linear terms.
Source code in jaxquantum/devices/superconducting/ideal_qubit.py
48 49 50 |
|
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 |
|