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
b248c821
Commit
b248c821
authored
Mar 13, 2025
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pruebas para comp microm
parent
7c9853d0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
11 deletions
+6
-11
last_rid.pyon
artiq_master/last_rid.pyon
+1
-1
mmcompensation.py
...y/Calibrations/Micromotion compensation/mmcompensation.py
+5
-6
coherent_raman_beats.py
...repository/Experiments/Transitory/coherent_raman_beats.py
+0
-4
000020232-MicromotionCompensation.h5
...esults/2025-03-13/16/000020232-MicromotionCompensation.h5
+0
-0
000020233-MicromotionCompensation.h5
...esults/2025-03-13/16/000020233-MicromotionCompensation.h5
+0
-0
000020234-MicromotionCompensation.h5
...esults/2025-03-13/17/000020234-MicromotionCompensation.h5
+0
-0
000020236-MicromotionCompensation.h5
...esults/2025-03-13/17/000020236-MicromotionCompensation.h5
+0
-0
000020241-MicromotionCompensation.h5
...esults/2025-03-13/17/000020241-MicromotionCompensation.h5
+0
-0
No files found.
artiq_master/last_rid.pyon
View file @
b248c821
202
3
1
202
4
1
artiq_master/repository/Calibrations/Micromotion compensation/mmcompensation.py
View file @
b248c821
...
...
@@ -25,7 +25,7 @@ class MicromotionCompensation(EnvExperiment):
# self.setattr_argument("bin", NumberValue(50e-9, unit='us'), "Binning params")
self
.
setattr_argument
(
"no_measures"
,
NumberValue
(
1
000
,
min
=
1
,
ndecimals
=
0
,
step
=
1
),
NumberValue
(
1
,
min
=
1
,
ndecimals
=
0
,
step
=
1
),
"Experiment params"
)
...
...
@@ -38,7 +38,7 @@ class MicromotionCompensation(EnvExperiment):
"Experiment params"
)
self
.
setattr_argument
(
f
"t_readout"
,
NumberValue
(
10
*
ms
,
unit
=
'ms'
,
scale
=
ms
,
min
=
0.001
*
m
s
),
NumberValue
(
10
*
us
,
unit
=
'us'
,
scale
=
us
,
min
=
0.0000001
*
u
s
),
"Experiment params"
)
self
.
setattr_argument
(
f
"t_wait"
,
...
...
@@ -394,9 +394,8 @@ class MicromotionCompensation(EnvExperiment):
# Prendo y apago la TTL para ver en el osc.
#self.pmt_state.on()
with
parallel
:
#self.pmt.gate_rising(self.t_readout)
self
.
rfsignal
.
gate_rising
(
self
.
t_readout
)
#self.pmt.gate_rising(self.t_readout)
self
.
pmt
.
gate_rising
(
self
.
t_readout
)
#with parallel:
#self.pmt_state.off()
self
.
enfriar_ion
()
...
...
@@ -415,7 +414,7 @@ class MicromotionCompensation(EnvExperiment):
#while count > 0:
# self.append_to_dataset("counts", self.core.mu_to_seconds(count - t0) )
# count = self.pmt.timestamp_mu(t_end)
countrf
=
self
.
rfsignal
.
timestamp_mu
(
t_end
)
countrf
=
self
.
pmt
.
timestamp_mu
(
t_end
)
t0
=
t_end
-
self
.
core
.
seconds_to_mu
(
self
.
t_readout
)
while
countrf
>
0
:
self
.
append_to_dataset
(
"countsrf"
,
self
.
core
.
mu_to_seconds
(
countrf
-
t0
)
)
...
...
artiq_master/repository/Experiments/Transitory/coherent_raman_beats.py
View file @
b248c821
...
...
@@ -210,11 +210,7 @@ class CRB(EnvExperiment):
self
.
enfriar_ion
()
for
runN
in
range
(
self
.
no_measures
):
# Aprovecho el tiempo que necesito para extraer datos
# par enfriar al ion con los dos laseres prendidos
if
runN
%
50
==
0
:
# Aprovecho el tiempo que necesito para extraer datos
# par enfriar al ion con los dos laseres prendidos
at_mu
(
self
.
core
.
get_rtio_counter_mu
()
+
self
.
core
.
seconds_to_mu
(
self
.
t_cool
)
)
else
:
at_mu
(
self
.
core
.
get_rtio_counter_mu
()
+
self
.
core
.
seconds_to_mu
(
100
*
us
)
)
...
...
artiq_master/results/2025-03-13/16/000020232-MicromotionCompensation.h5
0 → 100644
View file @
b248c821
File added
artiq_master/results/2025-03-13/16/000020233-MicromotionCompensation.h5
0 → 100644
View file @
b248c821
File added
artiq_master/results/2025-03-13/17/000020234-MicromotionCompensation.h5
0 → 100644
View file @
b248c821
File added
artiq_master/results/2025-03-13/17/000020236-MicromotionCompensation.h5
0 → 100644
View file @
b248c821
File added
artiq_master/results/2025-03-13/17/000020241-MicromotionCompensation.h5
0 → 100644
View file @
b248c821
File added
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