package voqc

  1. Overview
  2. Docs
module Qasm : sig ... end

Functions for reading and writing files in the OpenQASM file format.

module Main : sig ... end

Main entry point for VOQC.

module StandardGateSet : sig ... end

Standard gate set and related utility functions.

module IBMGateSet = IBMGateSet.IBMGateSet

IBM gate set.

module RzQGateSet = RzQGateSet.RzQGateSet

RzQ gate set.

module UnitaryListRepresentation : sig ... end

Utilities for manipulating circuits (useful for defining custom optimizations).