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
be8e3ee3
Unverified
Commit
be8e3ee3
authored
6 years ago
by
Stephan Philips
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme.md
parent
47e03b85
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+2
-2
2 additions, 2 deletions
Readme.md
with
2 additions
and
2 deletions
Readme.md
+
2
−
2
View file @
be8e3ee3
...
...
@@ -61,7 +61,7 @@ Now we have some channels, we can also specity delays (e.g. due to different len
You might also want to define some virtual gates,
this can simply be done by defining:
```
python
a
dd
_virtual_gates
=
{
'
virtual_gates_names_virt
'
:
a
wg
_virtual_gates
=
{
'
virtual_gates_names_virt
'
:
[
'
vP1
'
,
'
vP2
'
,
'
vP3
'
,
'
vP4
'
,
'
vP5
'
,
'
vB0
'
,
'
vB1
'
,
'
vB2
'
,
'
vB3
'
,
'
vB4
'
,
'
vB5
'
],
'
virtual_gates_names_real
'
:
[
'
P1
'
,
'
P2
'
,
'
P3
'
,
'
P4
'
,
'
P5
'
,
'
B0
'
,
'
B1
'
,
'
B2
'
,
'
B3
'
,
'
B4
'
,
'
B5
'
],
...
...
@@ -76,7 +76,7 @@ The matrix can be updated with (not yet implemented):
To generate virtual channels for IQ signals, you can add the following code:
```
python
awg_IQ_channels
=
{
'
vIQ_channels
'
:
[
'
qubit_1
'
,
'
qubit_2
'
],
'
rIQ_channels
'
:
[[
'
I
'
,
'
Q
'
],[
'
I
'
,
'
Q
'
]],
'
rIQ_channels
'
:
[[
'
I
_MW
'
,
'
Q
_MW
'
],[
'
I
_MW
'
,
'
Q
_MW
'
]],
'
LO_freq
'
:[
MW_source
.
frequency
,
1e9
]
# do not put the brackets for the MW source
# e.g. MW_source.frequency
...
...
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