Skip to content

Releases: qctrl/open-controls

4.0.0

10 Dec 02:50
778e020
Compare
Choose a tag to compare

Added export() methods to driven controls and dynamical decoupling sequences to enable plotting with the qctrl-visualizer package and removed the deprecated get_plot_formatted_arrays() methods.

External open quantum libraries are separated from Q-CTRL Open Controls

13 Nov 03:55
Compare
Choose a tag to compare

Open quantum libraries, qiskit, pyquil and cirq will be part of separate adapters and therefore Q-CTRL Open Controls is not dependent on those libraries.

Conditional/Lazy import of open source quantum computing platforms

07 Nov 06:04
4b6a714
Compare
Choose a tag to compare
Merge pull request #30 from qctrl/lazy-loading

Lazy /Conditional loading of 3rd party Quantum libraries

Versions of Qiskit libraries updated

28 Oct 03:36
94398c3
Compare
Choose a tag to compare
Merge pull request #29 from qctrl/update-qiskit-version

Update the required version of Qiskit libraries

Support for Python 3.6

04 Sep 06:42
bde8c5d
Compare
Choose a tag to compare

Relevant continuous integration workflow to support Python 3.6 added

Updates to Predefined Pulses

03 Sep 07:06
b32794c
Compare
Choose a tag to compare

This update includes:

  • Improvements to the WAMF1 pulse, ensuring optimal filter function performance.

Updates to README

23 Jul 04:12
ca67671
Compare
Choose a tag to compare

This update includes:

  • Improvements to README and removal of dead links.

Updates to README

22 Jul 23:03
680c3b9
Compare
Choose a tag to compare

Updates in this release:

  • Better formatting in readme.

Rigetti Pyquil

22 Jul 03:59
a47be1f
Compare
Choose a tag to compare

New updates in this package:

  • Open Controls now supports Pyquil programs.
  • Dynamic decoupling sequences can be exported to pyquil programs and run on Rigetti's quantum computers.
  • A clear API for the package.
  • Updates to naming of functions to make them more consistent.

Google Cirq

04 Jun 05:53
4eded38
Compare
Choose a tag to compare

This update adds support to Google Cirq and general improvements.

  • Dynamical decoupling sequences can now be converted to Google Cirq circuits and sequences.
  • Improvements to driven sequences performance.
  • Typos fixed in example notebooks.