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
Currently I am arbitrarily choosing whether to use numpy or jax.numpy, I should instead create a "backend factory" that allows me to set the backend as part of an experiment workflow.
Summary
Currently I am arbitrarily choosing whether to use
numpy
orjax.numpy
, I should instead create a "backend factory" that allows me to set the backend as part of an experiment workflow.See, for instance, example on TensorCircuit
The text was updated successfully, but these errors were encountered: