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

fix frozen module warnings in docs build #287

Closed DanPuzzuoli closed 10 months ago

DanPuzzuoli commented 10 months 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