structure
definition
def or abbrev
WaterProtocol
show as:
view Lean formalization →
formal statement (Lean)
170structure WaterProtocol where
171 /-- Measurement technique -/
172 technique : String := "ultrafast_IR_spectroscopy"
proof body
Definition body.
173 /-- Time resolution (femtoseconds) -/
174 time_resolution : ℝ := 100
175 /-- Conditions to compare -/
176 conditions : List String := ["control", "near_meditator", "intention_target"]
177
178/-- Water structure predictions -/