semiconductor_row | R Documentation |
IMPORTANT: always use SHE scale for all potentials.
May I suggest you use as.SHE
for this purpose.
semiconductor_row(
formula,
polymorph = "",
xtal.size = "bulk",
sctype = "",
class = "",
CB = NA,
VB = NA,
Eg = NA,
transition = "",
pH = NA,
pH.ZPC = NA,
Nernstian = "",
ref,
comment = ""
)
formula |
mandatory. The compound's chemical formula. |
polymorph |
optional. Polymorph name, e.g., anatase, brookite. |
xtal.size |
optional, defaults to "bulk". Crystallite size. |
sctype |
optional. Semiconductor type, i.e., n or p. |
class |
optional, but recommended. Material class, e.g., oxide, sulfide, nitride |
CB |
optional, but make sure that any two of: CB, VB or Eg are specified. |
VB |
optional, but make sure that any two of: CB, VB or Eg are specified. |
Eg |
optional, but make sure that any two of: CB, VB or Eg are specified. |
transition |
optional, transition type: direct, indirect, etc. |
pH |
optional, but recommended, allowed to be NA. The pH value at the CB/VB. |
pH.ZPC |
optional. pH at which surface charge is neutral. |
Nernstian |
optional. Is set to TRUE if given explicitly, else set to FALSE. Except if class is oxide then set to TRUE regardless. |
ref |
mandatory. BibTeX reference string. Separate multiple refs with commas. |
comment |
optional. |
single-row dataframe ready to be incorporated into a semiconductors dataframe
## Not run:
semiconductor_row(formula="CdS", CB=refelectrodes::as.SHE(-3.98, "AVS"),
Eg=2.40, pH=2.00, ref="Xu2000")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.