diff --git a/src/aiida_quantumespresso/workflows/xspectra/crystal.py b/src/aiida_quantumespresso/workflows/xspectra/crystal.py index d2ab401ed..88e36fd1b 100644 --- a/src/aiida_quantumespresso/workflows/xspectra/crystal.py +++ b/src/aiida_quantumespresso/workflows/xspectra/crystal.py @@ -276,8 +276,7 @@ def get_builder_from_protocol( # pylint: disable=too-many-statements :param structure: the ``StructureData`` instance to use. :param pseudos: the core-hole pseudopotential pairs (ground-state and excited-state) for the elements to be calculated. These must - use the mapping of {"element" : {"core_hole" : , - "gipaw" : }} + use the mapping of {"element" : {"core_hole" : ,"gipaw" : }} :param protocol: the protocol to use. If not specified, the default will be used. :param overrides: optional dictionary of inputs to override the defaults of the XspectraWorkChain itself.