Skip to content

Commit

Permalink
Setup (#40)
Browse files Browse the repository at this point in the history
* includes a setup.py to make installable

* inits

* theory
  • Loading branch information
joglekara authored Apr 28, 2024
1 parent 71ca45b commit d6399b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion adept/tf1d/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from adept.tf1d import helpers
2 changes: 1 addition & 1 deletion adept/tf1d/pushers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np
import equinox as eqx

from theory.electrostatic import get_complex_frequency_table
from adept.theory.electrostatic import get_complex_frequency_table


def get_envelope(p_wL, p_wR, p_L, p_R, ax):
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d6399b7

Please sign in to comment.