From be8e3ee341abbfd6eab9bfdf0d3c0817cbb416b4 Mon Sep 17 00:00:00 2001
From: stephanlphilips <s.g.j.philips@tudelft.nl>
Date: Thu, 6 Dec 2018 10:47:04 +0100
Subject: [PATCH] Update Readme.md

---
 Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index 262bd743..c5c7223d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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
-- 
GitLab