{
  "_id": "6a16b6cdacfb0bcc41d86153",
  "Package": "qsimulatR",
  "Version": "1.1.1",
  "Date": "2023-10-16",
  "Title": "A Quantum Computer Simulator",
  "Authors@R": "c(person(given = \"Johann\",\nfamily = \"Ostmeyer\",\nrole = \"aut\",\nemail = \"ostmeyer@hiskp.uni-bonn.de\"),\nperson(given = \"Carsten\",\nfamily = \"Urbach\",\nrole = c(\"aut\", \"cre\"),\nemail = \"urbach@hiskp.uni-bonn.de\"))",
  "Description": "A quantum computer simulator framework with up to 24\nqubits. It allows to define general single qubit gates and\ngeneral controlled single qubit gates. For convenience, it\ncurrently provides the most common gates (X, Y, Z, H, Z, S, T,\nRx, Ry, Rz, CNOT, SWAP, Toffoli or CCNOT, Fredkin or CSWAP).\n'qsimulatR' also implements noise models. 'qsimulatR' supports\nplotting of circuits and is able to export circuits to 'Qiskit'\n<https://qiskit.org/>, a python package which can be used to\nrun on IBM's hardware <https://quantum-computing.ibm.com/>.",
  "License": "GPL-3",
  "Roxygen": "list(markdown = TRUE, old_usage = TRUE, r6 = FALSE)",
  "RoxygenNote": "7.2.3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/HISKP-LQCD/qsimulatR",
  "BugReports": "https://github.com/HISKP-LQCD/qsimulatR/issues",
  "Collate": "'state.R' 'sqgate.R' 'ccqgate.R' 'cnotgate.R' 'cnqgate.R'\n'cqgate.R' 'export2qiskit.R' 'measure.R' 'phase_estimation.R'\n'plot-qstate.R' 'qft.R' 'qsimulatR-package.R' 'swapgate.R'",
  "Repository": "https://hiskp-lqcd.r-universe.dev",
  "Date/Publication": "2023-10-16 09:11:12 UTC",
  "RemoteUrl": "https://github.com/hiskp-lqcd/qsimulatr",
  "RemoteRef": "HEAD",
  "RemoteSha": "ec64c59942a7cdf0c48a207bf95112c01e603939",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 09:14:48 UTC",
    "User": "root"
  },
  "Author": "Johann Ostmeyer [aut],\nCarsten Urbach [aut, cre]",
  "Maintainer": "Carsten Urbach <urbach@hiskp.uni-bonn.de>",
  "MD5sum": "1614f4d6b0c9aecf62b063b56a921e1a",
  "_user": "hiskp-lqcd",
  "_type": "src",
  "_file": "qsimulatR_1.1.1.tar.gz",
  "_fileid": "31176a2a2cf2206d4f6e9b20632a275e603148161e6674573e077c5f3955199b",
  "_filesize": 85996,
  "_sha256": "31176a2a2cf2206d4f6e9b20632a275e603148161e6674573e077c5f3955199b",
  "_created": "2026-05-27T09:14:48.000Z",
  "_published": "2026-05-27T09:18:05.648Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78045546661,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7236587377"
    },
    {
      "job": 78045546829,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7236587155"
    },
    {
      "job": 78045546725,
      "time": 160,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7236595668"
    },
    {
      "job": 78045546676,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7236582359"
    },
    {
      "job": 78044956274,
      "time": 208,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7236544463"
    },
    {
      "job": 78045546702,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236584169"
    },
    {
      "job": 78045546812,
      "time": 129,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7236594143"
    },
    {
      "job": 78045546789,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7236573236"
    },
    {
      "job": 78045546706,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7236575184"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hiskp-lqcd/qsimulatr",
  "_commit": {
    "id": "ec64c59942a7cdf0c48a207bf95112c01e603939",
    "author": "Carsten Urbach <urbach@hiskp.uni-bonn.de>",
    "committer": "Carsten Urbach <urbach@hiskp.uni-bonn.de>",
    "message": "version 1.1.1 to fixe issue with @package\n",
    "time": 1697447472
  },
  "_maintainer": {
    "name": "Carsten Urbach",
    "email": "urbach@hiskp.uni-bonn.de",
    "login": "urbach",
    "description": "",
    "uuid": 1326199
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "hiskp-lqcd",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "urbach",
      "count": 129,
      "uuid": 1326199
    },
    {
      "user": "marcogarofalo",
      "count": 3,
      "uuid": 9364983
    }
  ],
  "_userbio": {
    "uuid": 38857440,
    "type": "organization",
    "name": "HISKP-LQCD",
    "description": "Lattice QCD group at the University of Bonn"
  },
  "_downloads": {
    "count": 146,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/qsimulatR"
  },
  "_devurl": "https://github.com/hiskp-lqcd/qsimulatr",
  "_searchresults": 56,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/qsimulatR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hiskp-lqcd/qsimulatr",
  "_realowner": "hiskp-lqcd",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2020-12-09"
    },
    {
      "version": "1.1",
      "date": "2022-09-09"
    },
    {
      "version": "1.1.1",
      "date": "2023-10-16"
    }
  ],
  "_exports": [
    "annotate_bitnames",
    "CCNOT",
    "ccnotgate",
    "ccqgate",
    "check_ccqgate",
    "check_cnqgate",
    "check_cqgate",
    "check_qstate",
    "check_sqgate",
    "CNOT",
    "cnotgate",
    "cnqgate",
    "cqft",
    "cqgate",
    "CSWAP",
    "cswapgate",
    "export2qiskit",
    "fredkin",
    "genComputationalBasis",
    "genNoise",
    "genStateNumber",
    "genStateString",
    "H",
    "hist.measurement",
    "Id",
    "is.bitset",
    "measure",
    "noise",
    "normalise",
    "phase_estimation",
    "plot",
    "qft",
    "qstate",
    "qstatecoefs",
    "Ri",
    "Rx",
    "Ry",
    "Rz",
    "S",
    "s3.to.su2",
    "sample.around.id",
    "sample.from.sphere",
    "sample.from.su2",
    "sqgate",
    "SquashIm",
    "summary.measurement",
    "SWAP",
    "swapgate",
    "Tgate",
    "toffoli",
    "truth.line",
    "truth.table",
    "X",
    "Y",
    "Z"
  ],
  "_help": [],
  "_readme": "https://github.com/hiskp-lqcd/qsimulatr/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.488550716500444,
  "_indexed": true,
  "_nocasepkg": "qsimulatr",
  "_universes": [
    "hiskp-lqcd",
    "urbach"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-05-27T09:16:47.000Z",
      "distro": "noble",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "bb9007619dab8824efcac4d60a5d27d35ce2b767e559a015d9528c0cd22c2057",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-05-27T09:16:47.000Z",
      "distro": "noble",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "9b3c3d33ef0e8321efa5117e2f077cbc6b9e1a8b67c84c89cfb37859739f78dd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-05-27T09:17:13.000Z",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "46a1c9c248a64c8de6eb1d79d4a9f5adf2b85d7350aadda9906ecf8c22bf059b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-05-27T09:16:37.000Z",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "9a9ec12edaa45918dd0b4f5b50bc215d905d75b64085e8d9342af09291b75ff8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.1",
      "date": "2026-05-27T09:16:49.000Z",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "c0a3127304eb8f287f8edc6172914d10e78e28e8b88d9e95e861f058a19f5a38",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-05-27T09:17:00.000Z",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "66261d11e8d4137f442a73c2efb6f63108c4824f63b7763f2a8e5b060bd71b7b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-05-27T09:16:01.000Z",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "bb4affde7eaf0cf82860e441d425e7f80ad33f3cb7895f4482be073219c33614",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-05-27T09:16:09.000Z",
      "commit": "ec64c59942a7cdf0c48a207bf95112c01e603939",
      "fileid": "5c84b9a8b306c1c2c7a9ed01bd2fa04de3f9ff9f859cf335ab88712aeb4da10f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hiskp-lqcd/actions/runs/26502098374"
    }
  ]
}