Changelog

Stay up to date with the latest Fire Opal release notes

We follow the Semantic Versioning standard.

Fire Opal 7.2.0

April 18, 2024

What's new

  • We fixed an error that was popping up with the authenticate_qctrl_account function. Authenticate away!

Fire Opal 7.1.0

March 15, 2024

What's new

  • Fixed a bug where submitting solve_qaoa with no problem_type parameter resulted in an error.

Fire Opal 7.0.0

March 12, 2024

What's new

  • There has been a minor modification to the inputs of Fire Opal's QAOA Solver. problem_type is an optional parameter now, and only required for graph problem definitions. That means that the parameter order has also changed.
  • Previously, the inputs were in the following order:
    (problem, problem_type, credentials, backend_name=None)
  • Now, the inputs are in this order:
    (problem, credentials, problem_type=None, backend_name=None)

Fire Opal 6.9.0

March 1, 2024

What's new

  • Things have changed on our end, but nothing should have changed on your end. At least, not with this release.

Fire Opal 6.8.0

February 12, 2024

What's new

  • With this update, we've improved the error message in case you accidentally (or maybe purposefully?) submit an empty list of circuits.

Fire Opal 6.7.0

January 26, 2024

What's new

  • Things have changed, but the differences shouldn't be materially noticeable for you...kind of like the subatomic world.

Fire Opal 6.6.0

November 14, 2023

What's new

  • Fire Opal now supports API key-based authentication! This feature enables you to use Fire Opal from web or cloud-based environments without having to authenticate via a browser. Take a look at the user guide to learn how to use the feature.

Fire Opal 6.5.0

October 18, 2023

What's new

  • We added a credentials builder for IBM Cloud device access make_credentials_for_ibm_cloud.

Fire Opal 6.4.1

October 16, 2023

What's new

  • More updates to keep the lights on.

Fire Opal 6.4.0

October 13, 2023

What's new

  • Fire Opal now supports 27-qubit devices! You can use ibm_algiers through Fire Opal at no added cost (besides what you would be paying on IBM Cloud for compute). For access to Premium devices through Fire Opal, please reach out to us.
  • You can now package your credentials for ibm_cloud using the credentials builder function make_credentials_for_ibm_cloud.

Next