PlusU input documentation ========================= Initialize from components and/or dictionary of options. Used to initialize class :class:`qimpy.dft.electrons.xc.PlusU`. YAML template: -------------- .. parsed-literal:: :yamlparam:`qimpy.dft.electrons.xc.PlusU:U-values`: [:yamltype:`float`] :yamlcomment:`# Dictionary of U values by species and orbital names.` Parameters: ----------- U-values ++++++++ *Type:* :yamltype:`float` Dictionary of U values by species and orbital names. For example, to add U to Cu d and O s and p, the yaml input would be: .. code-block:: yaml plus_U: Cu d: 2.4 eV O s: 0.1 eV O p: 0.7 eV