From 0ee716c1e9bd79cf4cb54c88f8552052b1041b68 Mon Sep 17 00:00:00 2001 From: Michael Hush Date: Tue, 4 Jun 2019 12:03:12 +1000 Subject: [PATCH 1/3] Update version.py Updated the version number. --- qctrlopencontrols/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qctrlopencontrols/version.py b/qctrlopencontrols/version.py index 6a8d4787..2a7499d7 100644 --- a/qctrlopencontrols/version.py +++ b/qctrlopencontrols/version.py @@ -18,4 +18,4 @@ =========================== """ -__version__ = '1.1.1' +__version__ = '1.2.1' From 198bb1568c430217190e88434381612f42dd0588 Mon Sep 17 00:00:00 2001 From: Rajib Chakravorty Date: Tue, 4 Jun 2019 15:22:55 +1000 Subject: [PATCH 2/3] link to expost notebooks fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0ae57bd..f20832b1 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Q-CTRL Open Controls can create a large library of standard DDS which can be exp #### Export a DDS to Qiskit -[`examples/export_a_dds_on_qiskit.ipynb`](examples/export_a_dds_on_qiskit.ipynb) demonstrates how to take a DDS and convert it to a Qiskit circuit so it can be run on IBM's quantum computers. It also demonstrates using a DDS to improve the performance of a quantum circuit execution by extending the coherence time of a qubit. +[`examples/export_a_dds_on_qiskit.ipynb`](examples/export_a_dds_to_qiskit.ipynb) demonstrates how to take a DDS and convert it to a Qiskit circuit so it can be run on IBM's quantum computers. It also demonstrates using a DDS to improve the performance of a quantum circuit execution by extending the coherence time of a qubit. #### Export a DDS to Cirq -[`examples/export_a_dds_on_cirq.ipynb`](examples/export_a_dds_on_cirq.ipynb) demonstrates how to take a DDS and convert it to a Cirq circuit or schdule. It also shows how to run a circuit or schedule in a Cirq simulator. +[`examples/export_a_dds_on_cirq.ipynb`](examples/export_a_dds_to_cirq.ipynb) demonstrates how to take a DDS and convert it to a Cirq circuit or schdule. It also shows how to run a circuit or schedule in a Cirq simulator. ## Contributing From 892eafe11f00a3b7ad90d29f10f8eb01b9ef3561 Mon Sep 17 00:00:00 2001 From: Rajib Chakravorty Date: Tue, 4 Jun 2019 15:24:31 +1000 Subject: [PATCH 3/3] link text to both notebooks also fixed: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f20832b1..1dae9d6f 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Q-CTRL Open Controls can create a large library of standard DDS which can be exp #### Export a DDS to Qiskit -[`examples/export_a_dds_on_qiskit.ipynb`](examples/export_a_dds_to_qiskit.ipynb) demonstrates how to take a DDS and convert it to a Qiskit circuit so it can be run on IBM's quantum computers. It also demonstrates using a DDS to improve the performance of a quantum circuit execution by extending the coherence time of a qubit. +[`examples/export_a_dds_to_qiskit.ipynb`](examples/export_a_dds_to_qiskit.ipynb) demonstrates how to take a DDS and convert it to a Qiskit circuit so it can be run on IBM's quantum computers. It also demonstrates using a DDS to improve the performance of a quantum circuit execution by extending the coherence time of a qubit. #### Export a DDS to Cirq -[`examples/export_a_dds_on_cirq.ipynb`](examples/export_a_dds_to_cirq.ipynb) demonstrates how to take a DDS and convert it to a Cirq circuit or schdule. It also shows how to run a circuit or schedule in a Cirq simulator. +[`examples/export_a_dds_to_cirq.ipynb`](examples/export_a_dds_to_cirq.ipynb) demonstrates how to take a DDS and convert it to a Cirq circuit or schdule. It also shows how to run a circuit or schedule in a Cirq simulator. ## Contributing