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 17, 2023
1 parent 4d6d06b commit e95ae2c
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 @@ -244,7 +244,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 e95ae2c

Please sign in to comment.