diff --git a/pybop/models/lithium_ion/basic_SPMe.py b/pybop/models/lithium_ion/basic_SPMe.py index 6b7821bb3..8ea8544fa 100644 --- a/pybop/models/lithium_ion/basic_SPMe.py +++ b/pybop/models/lithium_ion/basic_SPMe.py @@ -54,11 +54,13 @@ def __init__(self, name="Single particle model with electrolyte", **model_kwargs include_double_layer = self.options["surface form"] == "differential" pybamm.citations.register("Chen2020") # for the OCPs - pybamm.citations.register(""" + pybamm.citations.register( + """ @article{HallemansPreprint, title={{Hallemans Preprint}}, } - """) + """ + ) ###################### # Variables @@ -373,6 +375,7 @@ def __init__(self, name="Single particle model with electrolyte", **model_kwargs "Discharge capacity [A.h]": Q, "Throughput capacity [A.h]": Qt, "Voltage [V]": V, + "Battery voltage [V]": V, "Open-circuit voltage [V]": U_p - U_n, }