Skip to content

Commit

Permalink
Update readqubdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 18, 2024
1 parent 78812ba commit 76c6c65
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions artisatomic/readqubdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@

import numpy as np
import pandas as pd
from astropy import constants as const
from astropy import units as u

import artisatomic

ryd_to_ev = u.rydberg.to("eV")
ryd_to_ev = 13.605693122994232

hc_in_ev_cm = 0.0001239841984332003
hc_in_ev_angstrom = (const.h * const.c).to("eV angstrom").value
h_in_ev_seconds = const.h.to("eV s").value
hc_in_ev_angstrom = 12398.419843320025
h_in_ev_seconds = 4.135667696923859e-15
lchars = "SPDFGHIKLMNOPQRSTUVWXYZ"

qub_energy_level_row = namedtuple(
Expand Down

0 comments on commit 76c6c65

Please sign in to comment.