sandlercubics.cli module¶
- sandlercubics.cli.delta_subcommand(args)[source]¶
Calculate and report property differences between two states using the specified EOS.
- Parameters:
args (argparse.Namespace) – Parsed command-line arguments.
- sandlercubics.cli.state_subcommand(args)[source]¶
Calculate and report the state for a single condition using the specified EOS.
- Parameters:
args (argparse.Namespace) – Parsed command-line arguments.