Shixin Zhang

Results 126 comments of Shixin Zhang

Seems these errors are from different sources: * ``qiskit.exceptions.MissingOptionalLibraryError: "The 'pyl``, this is due to the lack of package `pylatexenc`, pip install this package will solve most errors * ``RuntimeError:...

The above errors seem to be the misconfiguration of jax+GPU, i.e. the installed jax doesn't have a well configured GPU backend somehow > Additionally, if it is convenient, could you...

> thanks! Could you add a few lines regarding expected behaviour? I guess ``return np.sum(tensor, axis=axis, keepdims=keepdims)`` is enough? Actually no idea why there is a ``tuple``

To whom might be interested, I have been maintaining a forked version of the package under the name "tensornetwork-ng" which can be found at this GitHub repository: https://github.com/refraction-ray/TensorNetwork-NG. The main...

@VolodyaCO , TensorNetwork is a great package and I really appreciate the ML backend agnostic design. The main reason I chose to use this package is because, at the time...

Even without ``tensordot2``, bad interplay between ``tf.vectorized_map`` and complex valued ops (maybe still ``tf.matmul``) can still emerge for gradient evaluations, see https://github.com/google/TensorNetwork/issues/940#issuecomment-948405655