Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Nov 6, 2017
1 parent 18efddc commit f559cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workchains/generate_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def generate_qe_params(structure, machine, settings, pressure=0.0, type=None):
parameters['CONTROL'].update({'tstress': True,
'tprnfor': True})

if type == 'born_charges':
if type == 'born_charges': # Not working yet! (under development)
parameters['CONTROL'].update({'calculation': 'scf',
'tstress': True,
'tprnfor': True
Expand Down

0 comments on commit f559cf7

Please sign in to comment.