CV: Coulombic Efficiency and Capacitance Calculation

This Workflow uses the output data from Cyclic Voltammetry (CV) Data Extraction and Preprocessing to calculate the charge quantities for forward and reverse scans in each cycle through numerical integration, thereby obtaining coulombic efficiency and electrode capacitance.
Prerequisites
First execute Cyclic Voltammetry (CV) Data Extraction and Preprocessing to complete CV data extraction and obtain Excel files containing the Scans_Split sheet. Note: Output data from Cyclic Voltammetry (CV) Data Extraction and Preprocessing is not currently supported.
Steps
- Select input folder: Use the file picker to select the folder containing the Excel data files output by Cyclic Voltammetry (CV) Data Extraction and Preprocessing. This folder typically contains CV extraction results at different scan rates.
- The system automatically completes calculations and generates result files and visualization charts.
Scientific Principles
Charge Calculation
By definition of electric current, the charge is the integral of current over time . For discrete data, numerical integration is performed using the Trapezoidal Rule:
where the time step is derived from the sampling interval and scan rate:
Here is the sampling voltage interval (V) and is the scan rate (V/s).
Coulombic Efficiency
Coulombic Efficiency (CE) is defined as the ratio of charge from the reverse scan (reduction process) to the forward scan (oxidation process):
This metric reflects the degree of reversibility of the electrode process. For an ideal fully reversible process, coulombic efficiency should approach 100%.
Capacitance Calculation
For electrode materials with capacitive characteristics, capacitance is defined as the ratio of charge to the potential window :
where and are the upper and lower limits of the scan potential window, respectively.
Output Files
Upon completion, a Coulombic_Efficiency.xlsx file is generated containing the following two sheets:
Summary_Stats
Groups statistics of coulombic efficiency and capacitance (mean and standard deviation) by scan rate, used to evaluate the repeatability and stability of test data.
Detailed_Per_Cycle
Contains detailed calculation results for each cycle in each file:
| Field | Meaning |
|---|---|
| Q_Forward / Q_Reverse | Forward/reverse scan charge (C) |
| CE (%) | Coulombic efficiency |
| Cap_Forward / Cap_Reverse | Forward/reverse scan capacitance (F) |
| Cap_Avg | Average capacitance (F) |
Further Analysis
Based on the output of this Workflow, further pseudocapacitance analysis such as CV/Pseudocapacitance Analysis: b-Value Kinetic Analysis or CV/Cdl: Double-Layer Capacitance and Electrochemically Active Surface Area Analysis can be conducted.