You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SuzukiTrotter function now accepts parameters as coefficients for its pauli_list.
The SuzukiTrotter function now has a disable_scheduling option to disable the reordering of Pauli terms.
There is a new QDrift Hamiltonian evolution function.
Interface Changes
Add the Classiq Provider as an execution backend preference. It contains the AER backends, that used to be inside IBMBackendPreferences, as well as the Nvidia simulator, which used to be in NvidiaBackendPreferences. See Classiq Provider
Deprecate the NvidiaBackendPreferences.
Python SDK: Change annotations of input and output QVar types - InputQVar[...] is now written Input[QVar[...]], and likewise for Output.