bicycle_compiler 0.2.1

A compiler for Pauli-based compilation (PBC) circuits to bicycle instructions
Documentation
[
  {
    "Rotation": {
      "basis": [
        "X",
        "X",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "Y"
      ],
      "angle": "0.78539816339744830961566084581"
    }
  },
  {
    "Rotation": {
      "basis": [
        "Z",
        "Z",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I"
      ],
      "angle": "0.78539816339744830961566084581"
    }
  },
  {
    "Rotation": {
      "basis": [
        "X",
        "X",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I"
      ],
      "angle": "-0.78539816339744830961566084581"
    }
  },
  {
    "Measurement": {
      "basis": [
        "Z",
        "X",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I"
      ],
      "flip_result": true
    }
  },
  {
    "Measurement": {
      "basis": [
        "X",
        "I",
        "I",
        "I",
        "I",
        "Z",
        "I",
        "I",
        "I",
        "I",
        "I",
        "I"
      ],
      "flip_result": false
    }
  }
]