qutip / qutip-tensorflow

TensorFlow linear-algebra backend for QuTiP
BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

Move deprecation warning to the __init__ file. #27

Open AGaliciaMartinez opened 3 years ago

AGaliciaMartinez commented 3 years ago

Currently we catch the deprecation warning from importing tensorflow in every specialisation. It may be possible to catch this in the init file instead.