GITT & PITT — what they measure, how to run them, how to calculate

Two intermittent titration techniques for intercalation / insertion electrodes. Both step the cell a little, then wait, across the whole state of charge (SOC), and from the response they give you the chemical (apparent) diffusion coefficient of the working ion in the solid, plus the equilibrium (OCV) curve and the resistance/overpotential as a function of SOC.

Read the caveats at the end first if you only read one part: the number you get is an apparent diffusion coefficient. Its absolute value can be wrong by orders of magnitude because it depends on an area and a diffusion length you rarely know well. Use these techniques to compare samples measured the same way, and report every assumption.


What each one answers

Question GITT PITT
Chemical diffusion coefficient D vs SOC
Equilibrium potential / OCV vs SOC (thermodynamics) ✔ (rest voltage) ✔ (from step charges)
Overpotential & internal resistance vs SOC — (indirect)
Distinguish solid-solution vs two-phase reaction partly (D dip) ✔ (current-transient shape)
Fine resolution near a phase transition / plateau coarse
Time to run very long (hours–weeks) long, often faster than GITT

Both also reveal kinetic hysteresis between charge and discharge (run both directions).


GITT — galvanostatic intermittent titration technique

How to run it (design)

One step, four voltages

E1 equilibrium before → E2 after the instant IR jump → E3 end of the pulse → (IR drop) → E4 new equilibrium after rest.

How to calculate D (Weppner–Huggins)

When the current is small, the pulse short, and E is linear in √t (so dE/d√t ≈ ΔE_τ/√τ):

        4      ( m_B · V_M )²   ( ΔE_s )²
  D  =  ───  · (───────────)  · (──────)          valid for   τ ≪ L² / D
        π·τ    (  M_B · S  )     ( ΔE_τ )

Also get, per step:

Worked example (do this per step, then plot D vs SOC)

Electrode: m_B = 1.5 mg, M_B = 96 g/mol, density 4.8 g/cm³ → V_M = M_B/ρ = 20 cm³/mol, S = 1.13 cm² (a 12 mm disk), pulse τ = 600 s. One step gives ΔE_s = 8 mV, ΔE_τ = 40 mV.

m_B·V_M / (M_B·S) = (1.5e-3 · 20) / (96 · 1.13) = 2.77e-4 cm

D = (4 / (π·600)) · (2.77e-4)² · (8/40)²  ≈  6.5 × 10⁻¹²  cm² s⁻¹

Units check: (cm)² · (dimensionless)² / s = cm²/s. ✔ Watch the mg→g and the area (say whether S is geometric or BET — BET can shift D by orders of magnitude).

Do not do this by hand for 50 steps. Use gitt_pitt.py (in the Resources downloads): it finds each pulse, extracts E1–E4, computes D vs SOC, and plots it; run python gitt_pitt.py for a demo.


PITT — potentiostatic intermittent titration technique

How to run it (design)

How to calculate D (current transient of each step)

The current after a step decays; fit one of the two limits (you need the diffusion length L):

  Long time  (t ≳ L²/D):   ln I(t) = const − (π² D / 4L²) · t
                           → plot ln I vs t, take the linear-tail slope s
                           →  D = −(4 L² / π²) · s

  Short time (t ≪ L²/D):   I(t) ∝ t^(−1/2)      (Cottrell)
                           → plot I vs t^(−1/2); slope with ΔQ and L gives D

Bonus: reaction mechanism from the transient shape


What to report (both)


Caveats — read these


References to read (start with the first two)

  1. J. Kim, S. Park, S. Hwang, W.-S. Yoon, “Principles and Applications of the Galvanostatic Intermittent Titration Technique for Lithium-ion Batteries,” J. Electrochem. Sci. Technol. 13, 19–31 (2022). Open access, beginner-friendly, full derivation. https://doi.org/10.33961/jecst.2021.00836
  2. W. Weppner & R. A. Huggins, J. Electrochem. Soc. 124, 1569 (1977). The original GITT paper.
  3. Y. Zhu & C. Wang, “Strain accommodation and potential hysteresis of LiFePO₄…” and related PITT analyses — for the two-phase transient shape.
  4. J. Xie / X. Li et al., “Apparent diffusion coefficient of intercalated species measured with PITT: a simple formulation,” Electrochim. Acta 51, 1039 (2005). Practical PITT formulas.
  5. A. J. Bard & L. R. Faulkner, Electrochemical Methods, 2nd/3rd ed. — Cottrell equation and diffusion fundamentals behind both techniques.
  6. Cautionary reading: papers titled “Spurious chemical diffusion coefficients of Li⁺… GITT” (Electrochim. Acta, 2004) and “Spurious potential dependence… PITT” (Electrochim. Acta, 2002) — why the absolute numbers can be wrong.
  7. K. J. Griffith, C. P. Grey et al., Nature 559, 556 (2018) — a clean example of measuring and interpreting fast solid-state diffusion.
  8. BioLogic Application Note 70 — practical setup of EIS / PITT / GITT on a potentiostat.