Class StandardPotentials

java.lang.Object
org.episteme.natural.chemistry.electrochemistry.StandardPotentials

public class StandardPotentials extends Object
Standard Electrode Potentials (E°) at 25°C. Relative to Standard Hydrogen Electrode (SHE). Loads data from potentials.json.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • StandardPotentials

      public StandardPotentials()
  • Method Details

    • getPotential

      public static Double getPotential(String halfReaction)
      Gets the standard potential for a given half-reaction representation.
      Parameters:
      halfReaction - Key string (e.g., "Cu2+ + 2e- -> Cu")
      Returns:
      E° in Volts, or null if not found
    • getAvailableReactions

      public static Set<String> getAvailableReactions()
      Lists all registered half-reactions.