Cyclic Voltammograms
This Section shows the content of the electrochemistry-data repository, containing cyclic voltammograms (CVs1) for single crystal electrodes (using dataset version 0.8.4).
The CVs are sorted based ony categories relevant to certain communities such as the type of electrolyte, i.e., aquoues or non-aqueous, as well as tags used for categorizing the systems.
Database Access
The data shown on this website can either be downloaded directly as a ZIP from the release section of the electrochemistry-data repository.
Alternatively, the dataset can be downloaded using the unitpackage API. The API also allows browsing, filtering and manipulating the database, which is described in detail in the API documentation.
Example usage to download the database using the API:
from unitpackage.database.echemdb import Echemdb
db = Echemdb.from_remote(version="0.8.4")
db.describe()
Systems
- Aqueous: Aqueous systems use water as a solvent, which is mixed with ions from an acid, a base, a salt, or a combination of such chemicals. Other chemicals or gases can be added.
- Non aqueous: The ion conducting electrolyte can be a solid or a liquid. In the case of a liquid, the solvent is either conductive itself, as in Ionic Liquids, or it consists of a non-conductive solvent mixed with a salt.
Tags
We use common tags used by the community or new (or less known) ones for the purpose of categorizing the systems. An entry can have several tags.
Currently available tags are:
- BCV: We consider a “base cyclic voltammogram” as a CV that shows no electrocatalysis except possibly the decomposition of the electrolyte.
- SHA: Specific Halide Adsorption, studied in electrolytes containing at least one halide component.
- COOR: CO Oxidation Reaction, usually studied in a CO saturated electrolyte.
- FAOR: Formic Acid Oxidation Reaction, usually studied in a formic acid containing electrolyte.
- HER: Hydrogen Evolution Reaction.
-
Note that in the literature the abbreviation CV is sometimes used for the technique cyclic voltammetry. ↩