structure
definition
def or abbrev
MetastableState
show as:
view Lean formalization →
formal statement (Lean)
182structure MetastableState where
183 jcost_local_min : ℝ
184 jcost_global_min : ℝ
185 barrier_height : ℝ
186 lifetime : ℝ -- Time to nucleate
187
188/-- Nucleation: Crossing the J-cost barrier.
189
190 Thermal fluctuations can push system over barrier.
191 Rate ~ exp(-ΔJ/kT) where ΔJ = barrier height. -/