File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ readme = 'README.md'
3131requires-python = ' >=3.9'
3232
3333[project .entry-points .'aiida .workflows' ]
34+ 'common_workflows.afm' = ' aiida_common_workflows.workflows.afm:AfmWorkflow'
3435'common_workflows.bands.siesta' = ' aiida_common_workflows.workflows.bands.siesta.workchain:SiestaCommonBandsWorkChain'
3536'common_workflows.dissociation_curve' = ' aiida_common_workflows.workflows.dissociation:DissociationCurveWorkChain'
3637'common_workflows.eos' = ' aiida_common_workflows.workflows.eos:EquationOfStateWorkChain'
@@ -54,6 +55,10 @@ abinit = [
5455 ' abipy==0.9.6' ,
5556 ' aiida-abinit~=0.5.0'
5657]
58+ afm = [
59+ ' ppafm==0.4.0' ,
60+ ' aiida-workgraph~=0.7.6'
61+ ]
5762all_plugins = [
5863 ' abipy==0.9.6' ,
5964 ' aiida-abinit~=0.5.0' ,
@@ -69,7 +74,9 @@ all_plugins = [
6974 ' aiida-siesta~=2.0' ,
7075 ' aiida-vasp~=3.1' ,
7176 ' aiida-wien2k~=0.2.0' ,
72- ' masci-tools~=0.9'
77+ ' masci-tools~=0.9' ,
78+ ' ppafm==0.4.0' ,
79+ ' aiida-workgraph~=0.7.6'
7380]
7481bigdft = [
7582 ' aiida-bigdft~=0.3.0'
@@ -97,6 +104,9 @@ gaussian = [
97104gpaw = [
98105 ' aiida-ase~=3.0'
99106]
107+ gui = [
108+ ' ipywidgets~=7.7.4'
109+ ]
100110nwchem = [
101111 ' aiida-nwchem~=3.0'
102112]
You can’t perform that action at this time.
0 commit comments