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
105 stars 61 forks source link

fix frozen module warnings in docs build #287

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 1 year ago

Summary

Sets environment variable in tox docs build command to suppress/ignore frozen module warnings. Interestingly this also eliminates the complex -> real casting warning coming from JAX's tensordot (which I will choose to not think about deeply for now :) ). Thanks to @wshanks for help.

Details and comments