inspect_expr
Inspect simulation properties by evaluating expressions like atoms.get_potential_energy() in the session namespace.
Instructions
Evaluate an expression in the session namespace and return its repr.
e.g. 'atoms.get_potential_energy()' or 'np.linalg.norm(atoms.get_forces(),axis=1).max()'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes |