qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

bugfix: change to f-string #295

Closed rupeshknn closed 11 months ago

rupeshknn commented 11 months ago

Summary

Fixed error message to be an F-string.

Currently, the error reads:

"Array backend 'jax' required by function <function jax_odeint at 0x7f9ac9ce4ee0> is not installed. 
Please install the optional library '{backend}'."

Fixed to:

"Array backend 'jax' required by function <function jax_odeint at 0x7f9ac9ce4ee0> is not installed. 
Please install the optional library 'jax'."
CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.