Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
artiq_experiments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nicolas Nunez Barreto
artiq_experiments
Commits
f8589b7d
Commit
f8589b7d
authored
Mar 20, 2024
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
6e4b9258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
teoryanalysis.py
...plots/20230912_RotationalDopplerShift_v7/teoryanalysis.py
+2
-0
CPT_plotter_20231123.py
...plots/20231123_CPTconmicromocion3/CPT_plotter_20231123.py
+2
-2
No files found.
analisis/plots/20230912_RotationalDopplerShift_v7/teoryanalysis.py
View file @
f8589b7d
...
...
@@ -26,6 +26,8 @@ amp2=2*np.pi/w2
plt
.
figure
()
plt
.
plot
(
r
,
1
*
OAM
(
r
,
w1
,
amp1
))
plt
.
plot
(
r
,
1
*
OAM
(
r
,
w2
,
amp2
))
plt
.
plot
(
r
,
1
*
OAM
(
r
,
w2
*
1.5
,
amp2
*
1.5
))
plt
.
plot
(
r
,
1
*
OAM
(
r
,
w2
*
1.7
,
amp2
*
1.7
))
#%%
plt
.
figure
()
plt
.
plot
(
r
,
OAM
(
r
,
w1
,
amp1
)
/
RDE
(
r
,
2
,
2
))
...
...
analisis/plots/20231123_CPTconmicromocion3/CPT_plotter_20231123.py
View file @
f8589b7d
...
...
@@ -1355,8 +1355,8 @@ beta_vector = np.arange(0,2,0.01)
comparison
=
[]
for
beta_target
in
beta_vector
:
factor1
=
popt_rho22_balance
[
1
]
*
(
hbar
/
kb
)
*
MicromotionSpectra
(
beta_target
,
2
*
np
.
pi
*
popt_rho22_balance
[
0
],
2
*
np
.
pi
*
23e6
)
factor2
=
popt_rho22_balance
[
2
]
*
(
beta_target
**
2
)
factor1
=
1
*
(
hbar
/
kb
)
*
MicromotionSpectra
(
beta_target
,
2
*
np
.
pi
*
popt_rho22_balance
[
0
],
2
*
np
.
pi
*
23e6
)
factor2
=
popt_rho22_balance
[
1
]
*
(
beta_target
**
2
)
comparison
.
append
(
factor2
/
factor1
)
plt
.
figure
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment