Skip to content
Snippets Groups Projects
Unverified Commit be8e3ee3 authored by Stephan Philips's avatar Stephan Philips Committed by GitHub
Browse files

Update Readme.md

parent 47e03b85
No related branches found
No related tags found
No related merge requests found
......@@ -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
add_virtual_gates = {'virtual_gates_names_virt' :
awg_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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment