Skip to content

Commit

Permalink
Atdep tasks (#313)
Browse files Browse the repository at this point in the history
* New AtdepInput object (WIP)

* fix variables checking

* Atdep input and task objects

* update variable database for atdep

* remove duplicated lines
  • Loading branch information
GkAntonius authored Feb 22, 2025
1 parent e42dba6 commit 1c97368
Show file tree
Hide file tree
Showing 8 changed files with 922 additions and 5 deletions.
2 changes: 1 addition & 1 deletion abipy/abilab.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from abipy.core.func1d import Function1D
from abipy.core.kpoints import set_atol_kdiff
from abipy.abio.robots import Robot
from abipy.abio.inputs import AbinitInput, MultiDataset, AnaddbInput, OpticInput
from abipy.abio.inputs import AbinitInput, MultiDataset, AnaddbInput, OpticInput, AtdepInput
from abipy.abio.abivars import AbinitInputFile
from abipy.abio.outputs import AbinitLogFile, AbinitOutputFile, OutNcFile, AboRobot
from abipy.tools.printing import print_dataframe
Expand Down
Loading

0 comments on commit 1c97368

Please sign in to comment.