Getting Started
QForge is designed to be user-friendly and interactive.
Interactive Mode
The easiest way to start is using the interactive wizard:
$ qforge --interactive
This will guide you through creating qubits, analyzing them, and simulating gates.
Command Line Interface
You can also use the CLI directly for scripting and quick tasks.
Create a Qubit
$ qforge qubit create transmon --name my_qubit --EJ 15 --EC 0.3
Analyze Spectrum
$ qforge qubit analyze --name my_qubit --plot
Simulate a Gate
$ qforge gate simulate --qubit my_qubit --gate X --duration 40