Skip to content

Commit

Permalink
Remove unused import in propagator.
Browse files Browse the repository at this point in the history
  • Loading branch information
haakoek committed Dec 10, 2024
1 parent 16c87c0 commit fefe356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions grid_methods/spherical_coordinates/angular_matrix_elements.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import numpy as np
from numpy.polynomial import legendre
from scipy.special import eval_legendre as Legendre
import time
from scipy.special import sph_harm, spherical_jn
from numpy.polynomial import legendre
from scipy.special import eval_legendre as Legendre, sph_harm, spherical_jn
from pathlib import Path


Expand Down
1 change: 0 additions & 1 deletion grid_methods/spherical_coordinates/propagators.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import tqdm
from grid_methods.spherical_coordinates.utils import (
Counter,
quadrature,
)
from opt_einsum import contract

Expand Down

0 comments on commit fefe356

Please sign in to comment.