Skip to content

Commit 0a135a0

Browse files
committed
feat(mobility): add mobility workchain and protocols
Note: this commit introduces mobility workflows. Please note that the associated parser (parsers_mobility.py) has been excluded pending testing, but prep.py may already contain references to the logic intended for it.
1 parent 0c5a964 commit 0a135a0

File tree

5 files changed

+665
-0
lines changed

5 files changed

+665
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Source = "https://github.com/aiidaplugins/aiida-epw"
4040
'epw.base' = 'aiida_epw.workflows.base:EpwBaseWorkChain'
4141
'epw.epw_prep' = 'aiida_epw.workflows.prep:EpwPrepWorkChain'
4242
'epw.supercon' = 'aiida_epw.workflows.supercon:SuperConWorkChain'
43+
'epw.mobility' = 'aiida_epw.workflows.mobility:MobilityWorkChain'
44+
4345

4446
[project.optional-dependencies]
4547
docs = [

0 commit comments

Comments
 (0)