Every experiment generates professional graphs automatically:
bioql_visualizations/Agent asks for missing parameters before generating code:
Built-in QEC support with automatic resource estimation:
Run on multiple quantum platforms:
Interact with @bioql in your editor:
Enterprise-grade code generation:
Click the download button at the top of this page or use the link below:
📥 Download bioql-assistant-7.0.4.vsixChoose one of the following methods:
code --install-extension bioql-assistant-7.0.4.vsix
Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux)bioql-assistant-7.0.4.vsix fileAdd your API key to VS Code settings (settings.json):
{
"bioql.apiKey": "your_bioql_api_key",
"bioql.defaultBackend": "simulator",
"bioql.enableQEC": false,
"bioql.enableVisualizations": true,
"bioql.defaultShots": 1000
}
Get your API key at: BioQL Pricing
| Command | Shortcut | Description |
|---|---|---|
| BioQL: Generate Code | Cmd/Ctrl+Shift+G |
Generate from natural language |
| BioQL: Fix Code | Cmd/Ctrl+Shift+F |
Fix selected code |
| BioQL: Explain Code | - | Explain selected code |
| BioQL: Optimize Circuit | - | Optimize quantum circuit |
| @bioql (Chat) | Type in chat | Interactive AI assistant |
@bioql create a bell state with surface code QEC
@bioql dock metformin to AMPK with 4096 shots
@bioql optimize this quantum circuit for AWS Braket
@bioql explain this VQE implementation
@bioql generate GHZ state with 3 qubits and error mitigation