Galvanostatic Charge–Discharge (GCD) — run, calculate, report

GCD cycles the cell at constant current between two voltage cut-offs and records the voltage. It is the workhorse test: it gives capacity, Coulombic efficiency, the voltage profile (and thus energy and average voltage), cycle life / retention, and rate capability — and, for capacitors, capacitance and ESR.

This pairs with the Battery reporting checklist (same section): GCD is where most of those numbers come from, so report loading, area, current basis, and cell count alongside them.


What GCD gives you

Quantity From
Specific / areal capacity q = I·Δt / (3.6·m) or I·Δt/A
Coulombic efficiency (CE) discharge/charge charge ratio
Voltage profile, plateaus V vs capacity
Specific energy, average voltage ∫V dQ
Capacity retention, cycle life capacity vs cycle
Rate capability capacity vs C-rate
(Supercapacitors) capacitance, ESR discharge slope, IR drop

How to run it — choosing parameters


Calculations

Capacity, efficiency, energy

Specific capacity   q   = I·Δt / (3.6·m)              [mAh/g]   (I in A, Δt in s, m in g)
Areal capacity      q_A = I·Δt / (3600·A)             [mAh/cm²]
Coulombic eff.      CE  = Q_dis / Q_ch  = Δt_dis/Δt_ch  (constant I)   [%]
Specific energy     E   = I·∫V dt / (3.6·m)           [mWh/g]
Average voltage     V̄   = E / q
Capacity retention  = Q_N / Q_1 × 100 %

Supercapacitors (triangular profile)

Capacitance (discharge slope)   C = I / |dV/dt|        → C_specific = C/m   [F/g]
   (fit dV/dt on the linear 10–90 % of the discharge, EXCLUDING the IR drop)
ESR (from the IR drop at reversal)  ESR = ΔV_IR / (2·I)   [Ω]
Energy  E = ½ C ΔV²        Power  P = E / Δt_dis

Use the discharge branch and a two-electrode cell for device-relevant capacitor numbers.


Running several cycles

Running several samples


Presentation


Caveats


References to read (start with 1–2)

  1. M. D. Stoller & R. S. Ruoff, “Best practical methods for making the most reliable measurements on supercapacitors,” Energy Environ. Sci. 3, 1294 (2010). The standard for capacitor GCD.
  2. The lab’s Battery reporting checklist (same Resources section) — what to disclose with any GCD result.
  3. A. J. Bard & L. R. Faulkner, Electrochemical Methods, Wiley — fundamentals behind constant- current techniques.
  4. BioLogic Application Note 51 — DC (galvanostatic) characterisation of supercapacitors: capacity, energy, ESR, CE.
  5. For batteries specifically: the reporting guidelines of Joule, ACS Energy Letters, and Nature Energy cited in the battery checklist.

Script: gcd.py (in the Resources downloads) computes specific capacity, CE, energy, retention, and the supercapacitor C/ESR, and plots the voltage profile + capacity/CE-vs-cycle. Run python gcd.py.