Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pulse_lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QuTech QDLabs
pulse_lib
Commits
ff6de457
Commit
ff6de457
authored
2 years ago
by
Sander Snoo
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
30a9837c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pulse_lib/examples/configuration/small.py
+0
-2
0 additions, 2 deletions
pulse_lib/examples/configuration/small.py
pulse_lib/examples/configuration/small_iq.py
+3
-4
3 additions, 4 deletions
pulse_lib/examples/configuration/small_iq.py
with
3 additions
and
6 deletions
pulse_lib/examples/configuration/small.py
+
0
−
2
View file @
ff6de457
from
pulse_lib.base_pulse
import
pulselib
from
pulse_lib.virtual_channel_constructors
import
virtual_gates_constructor
import
numpy
as
np
_backend
=
'
Qblox
'
#_backend = 'Keysight'
...
...
This diff is collapsed.
Click to expand it.
pulse_lib/examples/configuration/small_iq.py
+
3
−
4
View file @
ff6de457
from
pulse_lib.base_pulse
import
pulselib
from
pulse_lib.virtual_channel_constructors
import
virtual_gates_constructor
,
IQ_channel_constructor
import
numpy
as
np
from
pulse_lib.virtual_channel_constructors
import
IQ_channel_constructor
_backend
=
'
Qblox
'
#
_backend = 'Qblox'
#_backend = 'Keysight'
#
_backend = 'Keysight_QS'
_backend
=
'
Keysight_QS
'
_ch_offset
=
0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment