Skip to content

Commit

Permalink
Update core_quantum_analysis.py
Browse files Browse the repository at this point in the history
Fixed  #83
  • Loading branch information
zlatko-minev committed Aug 27, 2021
1 parent f01f64e commit f79941d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyEPR/core_quantum_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,10 +621,10 @@ def analyze_variation(self,
----------------
f_0 [MHz] : Eigenmode frequencies computed by HFSS; i.e., linear freq returned in GHz
f_1 [MHz] : Dressed mode frequencies (by the non-linearity; e.g., Lamb shift, etc. ).
If numerical diagonalization is run, then we return the numerically diagonalized
frequencies, otherwise, use 1st order perturbation theory on the 4th order
Result based on 1st order perturbation theory on the 4th order
expansion of the cosine.
f_ND [MHz] : Numerical diagonalization
f_ND [MHz] : Numerical diagonalization result of dressed mode frequencies.
only available if `cos_trunc` and `fock_trunc` are set (non None).
chi_O1 [MHz] : Analytic expression for the chis based on a cos trunc to 4th order, and using 1st
order perturbation theory. Diag is anharmonicity, off diag is full cross-Kerr.
chi_ND [MHz] : Numerically diagonalized chi matrix. Diag is anharmonicity, off diag is full
Expand Down

0 comments on commit f79941d

Please sign in to comment.