Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@fretchen fretchen released this 29 Sep 05:43
· 10 commits to main since this release
36e62d7

What's Changed

  • Fix incorrect parsing of spin operators in SpinCircuitSolver._embed_operator:
    The previous implementation of this method was not able to handle gates where the generator included terms that had a different number of non-identity operators. The new implementation of this method is able to handle the more general case as well.
  • The API for a Cold Atom Job now takes a token instead of a password. Furthermore, get requests are no-longer done with an entry under json in the request params but are instead done using a job_id entry. Post requests are now done with the structure json={"job": ..., ...} instead of data={"json": ..., ...}.
  • Fix incorrect parsing of spin operators in SpinCircuitSolver._embed_operator:
    The previous implementation of this method was not able to handle gates where the generator included terms that had a different number of non-identity operators. The new implementation of this method is able to handle the more general case as well.

New Contributors

Full Changelog: https://github.com/qiskit-community/qiskit-cold-atom/commits/0.2.1