{
  "_id": "6a4bfc0995416c4179535d05",
  "Package": "Unitary",
  "Title": "Quantum Simulator",
  "Version": "0.3.11",
  "Maintainer": "Zengchao Xu <zengc.xu@aliyun.com>",
  "Authors@R": "person(\"Zengchao\", \"Xu\", email = \"zengc.xu@aliyun.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Provides a comprehensive toolkit for quantum computing\nsimulation and visualization within the R environment. The\npackage enables users to initialize qubit states, construct\ncustom quantum gates with both unitary transformation and\nvisual parameters, and build full quantum circuits by\nsequentially adding gates. It includes predefined common gates\n(e.g., Hadamard, Pauli-X/Y/Z, Control-NOT, Control-Z) and\nsupports direct plotting of circuits and individual gates for\nintuitive analysis.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "8.0.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-06 19:00:12 UTC",
    "User": "root"
  },
  "Author": "Zengchao Xu [aut, cre, cph]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-07-06 14:10:34 UTC",
  "RemoteUrl": "https://github.com/cran/Unitary",
  "RemoteRef": "HEAD",
  "RemoteSha": "8920049d7ace59aed4fee556c95d721c9b04eb48",
  "_user": "cran",
  "_type": "src",
  "_file": "Unitary_0.3.11.tar.gz",
  "_fileid": "https://r2.ropensci.org/f6dbacb34a7ad1ada4fc588e24166b440021c54d4070d218ea4115a83c8d3a36",
  "_filesize": 124775,
  "_sha256": "f6dbacb34a7ad1ada4fc588e24166b440021c54d4070d218ea4115a83c8d3a36",
  "_expires": "2026-10-14T19:03:35.000Z",
  "_created": "2026-07-06T19:00:12.000Z",
  "_published": "2026-07-06T19:03:37.439Z",
  "_jobs": [
    {
      "job": 85455492651,
      "time": 169,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8118854450"
    },
    {
      "job": 85455492645,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8118839318"
    },
    {
      "job": 85454978870,
      "time": 149,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8118784747"
    },
    {
      "job": 85455492690,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8118828995"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/28815842691",
  "_status": "success",
  "_upstream": "https://github.com/cran/Unitary",
  "_commit": {
    "id": "8920049d7ace59aed4fee556c95d721c9b04eb48",
    "author": "Zengchao Xu <zengc.xu@aliyun.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.3.11\n",
    "time": 1783347034
  },
  "_maintainer": {
    "name": "Zengchao Xu",
    "email": "zengc.xu@aliyun.com"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "Formula",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gtable",
      "role": "Imports"
    },
    {
      "package": "latex2exp",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-28",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.3.11",
      "date": "2026-07-06"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 617,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Unitary"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/Unitary.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.3.11",
      "date": "2026-07-06"
    }
  ],
  "_exports": [
    "add_gate",
    "build_circuit_layout",
    "gate_cnot",
    "gate_cz",
    "gate_h",
    "gate_i",
    "gate_s",
    "gate_swap",
    "gate_t",
    "gate_toffoli",
    "gate_x",
    "gate_y",
    "gate_z",
    "is_qcircuit",
    "qcircuit",
    "set_gate",
    "set_qubit",
    "set_qubits",
    "validate_qubits"
  ],
  "_help": [
    {
      "page": "add_gate",
      "title": "Add Gate to Quantum Circuit",
      "topics": [
        "add_gate"
      ]
    },
    {
      "page": "build_circuit_layout",
      "title": "Circuit Layout",
      "topics": [
        "build_circuit_layout"
      ]
    },
    {
      "page": "gate-builders",
      "title": "Common Single-qubit Gate Constructors and Wrapped Gates",
      "topics": [
        "gate-builders",
        "set_gate"
      ]
    },
    {
      "page": "plot.qcircuit",
      "title": "Plot Quantum Circuit",
      "topics": [
        "plot.qcircuit"
      ]
    },
    {
      "page": "print.qcircuit",
      "title": "Print Quantum Circuit Summary and Layout Information",
      "topics": [
        "print.qcircuit"
      ]
    },
    {
      "page": "quantum-circuit",
      "title": "Create Quantum Circuit Container",
      "topics": [
        "is_qcircuit",
        "qcircuit",
        "quantum-circuit"
      ]
    },
    {
      "page": "qgates",
      "title": "Common Single-qubit Gate Constructors and Wrapped Gates",
      "topics": [
        "gate_cnot",
        "gate_cz",
        "gate_h",
        "gate_i",
        "gate_s",
        "gate_swap",
        "gate_t",
        "gate_toffoli",
        "gate_x",
        "gate_y",
        "gate_z",
        "qgates"
      ]
    },
    {
      "page": "set_qubit",
      "title": "Create Single Qubit Description",
      "topics": [
        "set_qubit"
      ]
    },
    {
      "page": "set_qubits",
      "title": "Create Qubit Set",
      "topics": [
        "set_qubits"
      ]
    },
    {
      "page": "validate_qubits",
      "title": "Validate Qubits",
      "topics": [
        "validate_qubits"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "data.table",
    "Formula",
    "glue",
    "gtable",
    "latex2exp",
    "lifecycle",
    "rlang"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "unitary",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.11",
      "date": "2026-07-06T19:03:09.000Z",
      "distro": "resolute",
      "commit": "8920049d7ace59aed4fee556c95d721c9b04eb48",
      "fileid": "https://r2.ropensci.org/e4989a0982164df058af566d7a4de8a2f420dd7ca3f47b6bcabd8e21da3a9f12",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28815842691"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.11",
      "date": "2026-07-06T19:02:30.000Z",
      "distro": "resolute",
      "commit": "8920049d7ace59aed4fee556c95d721c9b04eb48",
      "fileid": "https://r2.ropensci.org/c831c771653b1e116608b774235955e101bb61b4222b0b9c3ca285bff371e1b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28815842691"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.11",
      "date": "2026-07-06T19:02:16.000Z",
      "commit": "8920049d7ace59aed4fee556c95d721c9b04eb48",
      "fileid": "https://r2.ropensci.org/51c58e55be4a83af253ff34ef46338322caee242d9ad9c1e318baa2ebfc8df29",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28815842691"
    }
  ]
}