stanza.cli
Stanza CLI - Command-line interface for Stanza experiment framework.
Module Contents
Functions
API
Stanza - Build tune up sequences for quantum computers fast.
Easy to code. Easy to run.
Initialize a new timestamped experiment session directory.
Creates a directory like: 20251020100010_data/
All experiment data from routines will be logged inside this directory.
Examples:
stanza init
stanza init —name my_experiment
stanza init —path /data/experiments
Show current active session information.
Get path to live plot config file.
Read live plot config, return empty dict if not found.
Write live plot config.
Manage live plotting.
Enable live plotting configuration.
Disable live plotting configuration.
Show live plotting configuration.
Entry point for CLI.

