Boulder-Cryogenic-Quantum-Testbed / scresonators

Data analysis code for cryogenic resonator measurement
MIT License
28 stars 24 forks source link

Homophasal point distribution #179

Closed nmaterise closed 10 months ago

nmaterise commented 11 months ago

Test the homophasal point distribution following arxiv:2301.06364, with the following expressions for the frequencies

theta0 = np.pi / 32
Nf = 31
theta = np.linspace(-np.pi + theta0, (np.pi - theta0), Nf + 2)
f = fc * (1 - 0.5 * np.tan(theta / 2) / Q) 
fsegments = [[ff, ff] for ff in f]

where Q is the estimated, loaded Q of the resonator, fc is the resonance frequency. Pass fsegments to the appropriate function in the user_ctrl_segmented_*.py file.

nmaterise commented 10 months ago

Moving to bcqt-ctrl