Usage with VS Code

  1. Start Microsoft VS Code with installed extention. See the Installation for VS Code page for setup instructions.

  2. Open OpenQASM or python file with Qiskit or pyTKET

  3. Choose ‘Debug Circuit’ from menu

Screenshot 1

This will initialize connection with QVM and you will see information about source and QVM in Debug Console tab.

Screenshot 2

Pressing Step Over (F10) will execute first command and quantum state of QVM will be shown in Variables tab

Screenshot 3