Skip to content

Commit

Permalink
Address review 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Jun 18, 2024
1 parent 7461e41 commit 81466ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,794 deletions.
4 changes: 2 additions & 2 deletions src/aiida_quantumespresso/calculations/bands.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""`CalcJob` implementation for the q2r.x code of Quantum ESPRESSO."""
"""`CalcJob` implementation for the bands.x code of Quantum ESPRESSO."""

from aiida import orm

Expand All @@ -22,7 +22,7 @@ class BandsCalculation(NamelistsCalculation):
_blocked_keywords = [
('BANDS', 'outdir', NamelistsCalculation._OUTPUT_SUBFOLDER), # pylint: disable=protected-access
('BANDS', 'prefix', NamelistsCalculation._PREFIX), # pylint: disable=protected-access
('BANDS', 'filband', _BANDS_NAME), # pylint: disable=protected-access
('BANDS', 'filband', _BANDS_NAME),
('BANDS', 'filp', _MOMENTUM_OPERATOR_NAME), # Momentum operator
]

Expand Down
Loading

0 comments on commit 81466ae

Please sign in to comment.