Skip to main content

Documentation

Everything you need to build with Softquantus products.

Get started in minutes

Install the CLI and deploy your first quantum circuit with just a few commands.

1
Install the QCOS CLI
2
Authenticate with your API key
3
Deploy your first circuit
View Tutorials
# Install QCOS CLI
$ pip install softqcos-cli

# Login
$ softqcosauth login
✓ Authenticated as user@company.com

# Deploy a circuit
$ softqcosdeploy circuit.qasm --provider ibm
✓ Circuit deployed successfully
✓ Job ID: qc-abc123

# Check results
$ softqcosresults qc-abc123
{'00': 512, '11': 488}

Can't find what you need?

Our support team is here to help you get the most out of Softquantus products.