From eec53c4f01056c8509811d0fb6f8ef0428a7fa44 Mon Sep 17 00:00:00 2001 From: EQUSPhysics Date: Wed, 30 Jan 2019 15:05:00 +1100 Subject: [PATCH 1/3] Corrected a typo in __init__ file --- two_qubit_simulator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two_qubit_simulator/__init__.py b/two_qubit_simulator/__init__.py index 942b51f..1b0f809 100644 --- a/two_qubit_simulator/__init__.py +++ b/two_qubit_simulator/__init__.py @@ -1,4 +1,4 @@ """ Initialise the two_qubit_simulator module. -Add import statements from auxilirary modules here. +Add import statements from auxiliary modules here. """ From 9d3067c2072f6433908c58d28e2c7849fb9d0be8 Mon Sep 17 00:00:00 2001 From: sbiancaj Date: Wed, 30 Jan 2019 15:18:17 +1100 Subject: [PATCH 2/3] just checking something --- two_qubit_simulator/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/two_qubit_simulator/__init__.py b/two_qubit_simulator/__init__.py index 1b0f809..bd37811 100644 --- a/two_qubit_simulator/__init__.py +++ b/two_qubit_simulator/__init__.py @@ -2,3 +2,4 @@ Initialise the two_qubit_simulator module. Add import statements from auxiliary modules here. """ +# testing soz \ No newline at end of file From 078a04ac9eaf7cb975f8648521ea659de051e031 Mon Sep 17 00:00:00 2001 From: sbiancaj Date: Wed, 30 Jan 2019 15:30:19 +1100 Subject: [PATCH 3/3] just checking something again --- two_qubit_simulator/quantum_gates/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/two_qubit_simulator/quantum_gates/__init__.py b/two_qubit_simulator/quantum_gates/__init__.py index 0889ec4..1ef0e93 100644 --- a/two_qubit_simulator/quantum_gates/__init__.py +++ b/two_qubit_simulator/quantum_gates/__init__.py @@ -2,3 +2,4 @@ Initialise the quantum_gates module. Add import statements from auxilirary modules here. """ +# just testing something here! \ No newline at end of file