Skip to content

Commit

Permalink
Remove setting default calculation to scf
Browse files Browse the repository at this point in the history
This is already the default in QE anyways, and is specified as such in the protocol.
  • Loading branch information
mbercx committed Apr 16, 2023
1 parent 73c11d8 commit 347095c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aiida_quantumespresso/workflows/pw/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def setup(self):
self.ctx.inputs.parameters.setdefault('CONTROL', {})
self.ctx.inputs.parameters.setdefault('ELECTRONS', {})
self.ctx.inputs.parameters.setdefault('SYSTEM', {})
self.ctx.inputs.parameters['CONTROL'].setdefault('calculation', 'scf')

self.ctx.inputs.settings = self.ctx.inputs.settings.get_dict() if 'settings' in self.ctx.inputs else {}

Expand Down

0 comments on commit 347095c

Please sign in to comment.