Skip to content

Commit

Permalink
fix qutip_jax import
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Feb 28, 2024
1 parent fd7abcf commit e952b44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-diffrax.*]
ignore_missing_imports = True
[mypy-qutip_jax.*]
ignore_missing_imports = True
[mypy-qutip_qtrl.*]
ignore_missing_imports = True
1 change: 1 addition & 0 deletions src/qutip_qoc/joat.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import jax
from jax import custom_jvp
import jax.numpy as jnp
import qutip_jax # noqa: F401

__all__ = ["JOAT", "Multi_JOAT"]

Expand Down
1 change: 1 addition & 0 deletions tests/test_analytical_pulses.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import pytest
import qutip as qt
import qutip_jax # noqa: F401
import numpy as np
import jax.numpy as jnp
import collections
Expand Down

0 comments on commit e952b44

Please sign in to comment.