Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

mbrobbel/dqcsim-openqasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dqcsim-openqasm

Crates.io

An OpenQASM 2.0 frontend plugin for DQCsim.

Usage

Requirements

Install

cargo install dqcsim-openqasm

Update/Re-install

cargo install --force dqcsim-openqasm

Uninstall

cargo uninstall dqcsim-openqasm

Run

This plugin enables running .qasm files directly e.g.

dqcsim test.qasm null

Notes

  • Include statements are resolved relative to the current working directory and there are no automatic includes or additional gate definitions. .qasm files including other files e.g. include "qelib1.inc"; have to provide these files.
  • barrier instructions are skipped by default. To enable passing barrier instructions in the gatestream set the DQCSIM_OPENQASM_BARRIER environment variable. The barrier instruction is encoded as a custom gate named openqasm.barrier with the target qubits set accordingly.