Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"openqasm",
"python",
"qiskit",
"quantum",
"quantum-circuits",
"quantum-computing",
"sdk",
"simulator"
],
"is_fork": false,
"size_kb": 1040,
"has_wiki": true,
"homepage": "https://docs.thequantcloud.com",
"languages": {
"Python": 449211
},
"pushed_at": "2026-07-18T07:09:30Z",
"created_at": "2026-03-12T08:33:31Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T07:09:07Z",
"description": "Write quantum code once, run anywhere — a framework-agnostic quantum computing SDK",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://thequantcloud.com ",
"name": "TheQuantAI",
"type": "Organization",
"login": "TheQuantAI",
"company": null,
"location": "India",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/267593132?v=4",
"created_at": "2026-03-12T08:27:33Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 133
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-18T06:16:38Z"
}
],
"recent_commits": [
{
"oid": "3aeb0bafd11f8f95945da7450d9f117fb769a707",
"body": "[SDK-012] Fix __version__ to use the thequantsdk distribution name",
"is_bot": false,
"headline": "Merge pull request #16 from TheQuantAI/fix/version-distribution-name",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T07:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07e82d3f9e5e7da1a532c842b7a231280e3e23b8",
"body": "__init__ called _version('quantsdk') (import name), not the distribution name 'thequantsdk'. On a clean install version('quantsdk') raises PackageNotFoundError -> __version__ fell back to a hardcoded literal (correct only by luck); with a stale pre-rename 'quantsdk' dist-info it wrongly reported 0.1.0. Now reads the real installed version. Verified: qs.__version__ -> 0.2.0.",
"is_bot": false,
"headline": "[SDK-012] Fix __version__ to read the 'thequantsdk' distribution name",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T07:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a90f616b5d36454a30576feb5988f46186abef",
"body": "[SDK-011] Fix release checksum upload (gh release upload --repo)",
"is_bot": false,
"headline": "Merge pull request #15 from TheQuantAI/fix/publish-checksums-repo",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T06:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "630994114abefcc1faebedb76c5f48a805a11399",
"body": "The release-assets job has no actions/checkout, so 'gh release upload' failed with 'not a git repository' (v0.2.0). Pass --repo $GITHUB_REPOSITORY so gh targets the repo without git context. Cosmetic job only — PyPI publish was unaffected.",
"is_bot": false,
"headline": "[SDK-011] Fix release checksum upload: pass --repo to gh release upload",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T06:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead886a6995eed951257e7fa442af8fe99c6d1ed",
"body": "Release v0.2.0",
"is_bot": false,
"headline": "Merge pull request #14 from TheQuantAI/release/v0.2.0",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T06:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8252e3479a0f91cb0b268622a7bf6beda91ffa97",
"body": "Bump version 0.1.0 -> 0.2.0 (pyproject + __init__ fallback). Restructure CHANGELOG: [0.2.0] = public analyze_circuit/CircuitFeatures (SDK-010) + mypy CI repair; retroactive [0.1.0] for the initial release. No code change beyond the version bump.",
"is_bot": false,
"headline": "chore: prepare release v0.2.0",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T06:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c649ad61d329d93e7a47bc801b0f01b6848b1932",
"body": "[SDK-010] Make analyze_circuit + CircuitFeatures public API",
"is_bot": false,
"headline": "Merge pull request #13 from TheQuantAI/sdk-010-public-analyze-circuit",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T05:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee0e263a76537ce75d969124905a0d7957553cf",
"body": "The Type Check job installs .[dev] without qiskit, so type: ignore comments needed only with qiskit (interop/openqasm.py) were flagged unused. Set warn_unused_ignores=false. Verified mypy green both with and without qiskit installed.",
"is_bot": false,
"headline": "[SDK-010] Fix CI: don't fail on env-dependent unused type-ignores",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T05:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2e4f64a2f205614e5753de2b1aa143d851331c",
"body": "… 3.10)\n\nNewer numpy ships 'type' statements (3.12+) in stubs mypy can't parse at python_version 3.10, breaking Type Check for all SDK PRs. Add a numpy.* override (follow_imports=skip); our code is still checked against 3.10.",
"is_bot": false,
"headline": "[SDK-010] Fix CI: skip numpy stubs in mypy (PEP 695 vs python_version…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T05:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a623248c3df612280690775ae45cab460349ecd",
"body": "Promote analyze_circuit() and its CircuitFeatures result to top-level public API (from quantsdk import analyze_circuit). Add __all__ entries, CHANGELOG, docs/api/router.md + nav, and test_api_surface coverage. router.py unchanged (pure re-export); qs.router.analyze_circuit still works. Also scoped a module-level qiskit importorskip that was over-skipping the api-surface file. No behavior change.",
"is_bot": false,
"headline": "[SDK-010] Make analyze_circuit + CircuitFeatures public API",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-07-18T05:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57e0a2c914e003d038a38bb1ab16ca95f686c72a",
"body": "docs(L3): Cloud quick-start guide + Cloud API reference",
"is_bot": false,
"headline": "Merge pull request #12 from TheQuantAI/feat/cloud-docs",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-16T06:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92c46d21bd8223d7e735f5bbf107a600b2317304",
"body": "- New: docs/getting-started/cloud-quickstart.md (signup, API key, SDK setup, first cloud circuit)\n- New: docs/api/cloud-api.md (full REST API reference: 19 endpoints, auth, errors, rate limits)\n- Updated mkdocs.yml nav with new pages",
"is_bot": false,
"headline": "docs(L3): Cloud quick-start guide + Cloud API reference",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-16T06:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e9e2eede5b84a68d867f07e2f4b7d4cb60f8120",
"body": "feat: update Discord invite link to live server",
"is_bot": false,
"headline": "Merge pull request #11 from TheQuantAI/feat/discord-link-update",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-14T07:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655c7fe49a26c3d9f79a468285ec839e258d8fec",
"body": "Replace placeholder discord.gg/thequantai with actual server\ninvite link discord.gg/uTEW77Kcj4 in README, CONTRIBUTING, and\nmkdocs config.",
"is_bot": false,
"headline": "feat: update Discord invite link to live server",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-14T07:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa4b74cb96fe3aaf6701914893bc92d07e9420a",
"body": "fix: set PYTHONIOENCODING=utf-8 for Windows CI",
"is_bot": false,
"headline": "Merge pull request #10 from TheQuantAI/fix/windows-unicode-encoding",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T19:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba568db57de7a79a0982a4878640fa983fe81390",
"body": "Windows cp1252 codec cannot encode emoji characters (✅) in\nsmoke test print statements. Setting PYTHONIOENCODING=utf-8\nat job level fixes this for all platforms.",
"is_bot": false,
"headline": "fix: set PYTHONIOENCODING=utf-8 for Windows CI",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T19:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "690e6c0c2724134420a1ae3eefd12987af841763",
"body": "fix: rename PyPI distribution to thequantsdk (quant-sdk already taken)",
"is_bot": false,
"headline": "Merge pull request #9 from TheQuantAI/fix/pypi-rename-thequantsdk",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T19:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e873011bf1329f53768f9162455d8fac9ec7b6cb",
"body": "PyPI normalizes names: quantsdk = quant-sdk = quant_sdk.\n'quant-sdk' is already registered (crypto trading wrapper).\n\nChanges:\n- pyproject.toml: name = 'thequantsdk' (distribution name)\n- Python import stays 'import quantsdk' (no code changes needed)\n- All 'pip install quantsdk' → 'pip install thequantsdk'\n- PyPI URLs updated in publish.yml and release.yml\n- Docs, README, examples updated\n- Verified: build produces thequantsdk-0.1.0-py3-none-any.whl\n with quantsdk/ Python package inside",
"is_bot": false,
"headline": "fix: rename PyPI distribution to thequantsdk (quant-sdk already taken)",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T19:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eba427efa6c68c761776629e8c6a766a034cb5a3",
"body": "Feature/sprint2 ionq adapter",
"is_bot": false,
"headline": "Merge pull request #5 from TheQuantAI/feature/sprint2-ionq-adapter",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79566660f8d30bc3ac014eb6a13324cd361e7b4b",
"body": "Feature/sprint2 pennylane interop",
"is_bot": false,
"headline": "Merge pull request #6 from TheQuantAI/feature/sprint2-pennylane-interop",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79699c961322e5e317519f9f66491b5199aef9d0",
"body": "feat(simulators): add GPU-accelerated simulator backend",
"is_bot": false,
"headline": "Merge pull request #7 from TheQuantAI/feature/sprint2-gpu-simulator",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a56f507bab82c0f0adae543480eb70782a495e8",
"body": "feat: boost test coverage to 91% with 99 targeted tests",
"is_bot": false,
"headline": "Merge pull request #8 from TheQuantAI/feature/sprint2-coverage-boost",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07869709f069589ccf97f1edd5562e2c7004bb2f",
"body": "test_check_ibm_deps_passes requires both qiskit AND qiskit-ibm-runtime,\nbut CI test-interop only installs qiskit + qiskit-aer. Added\nimportorskip('qiskit_ibm_runtime') guard.",
"is_bot": false,
"headline": "fix: skip IBM deps test when qiskit-ibm-runtime not installed",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "311fc72a3b45e8a50737ba3709236d1b47c3fbdb",
"body": "- Apply ruff format to test_coverage_boost.py\n- Split TestCloudClient into TestCloudClient (basic) and TestCloudClientHTTP\n- Add skipif(not _has_httpx) to TestCloudClientHTTP to avoid @patch('httpx.Client')\n failures on CI where httpx is not installed\n- Add importlib import for find_spec check",
"is_bot": false,
"headline": "fix: apply ruff format and skip httpx-dependent tests when httpx missing",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de64a07eac933864d0de5bed25be38cdaa9814db",
"body": null,
"is_bot": false,
"headline": "style: apply ruff format to gpu simulator files",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44874e4d39a10aa4ba710b2d61f2001387ee2452",
"body": null,
"is_bot": false,
"headline": "style: apply ruff format to cirq and pennylane interop files",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e30d4ca4020ec69dc0395b5e5ffc2e16ba08d3",
"body": null,
"is_bot": false,
"headline": "style: apply ruff format to ionq, cirq, and pennylane files",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T14:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb223424f56fab5b8386751622f1cd75332c9eeb",
"body": "feat: enhance PyPI publish workflow with attestation, checksums, and …",
"is_bot": false,
"headline": "Merge pull request #4 from TheQuantAI/feature/sprint2-pypi-publish",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T13:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16880c2b976608ea9aa7017d38775533f6bce18d",
"body": "…release prep\n\npublish.yml improvements:\n- Version tag verification (tag must match pyproject.toml version)\n- SHA256 checksums generated and attached to GitHub release\n- SLSA build provenance attestation via actions/attest-build-provenance\n- Cross-platform install tests (Linux/macOS/Windows, Python \n[…]\nand __init__.py\n- Adds CHANGELOG.md entry placeholder\n- Creates release branch and PR automatically\n\nci.yml enhancement:\n- Added version-check job to verify pyproject.toml and __init__.py stay in sync",
"is_bot": false,
"headline": "feat: enhance PyPI publish workflow with attestation, checksums, and …",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T13:49:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4872bcf5b7dbf2bdca49ad3bea6128e7106984b",
"body": null,
"is_bot": false,
"headline": "feat: boost test coverage to 91% with 99 targeted tests",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T13:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f29f6ec228fbd491932d03e28d859a66520ae6a",
"body": "- GPUSimulator: wraps Qiskit Aer with automatic GPU detection\n- Auto/GPU/CPU mode selection via method parameter\n- GPU: statevector_gpu for 30+ qubits with NVIDIA CUDA\n- CPU fallback: automatic method for 25 qubits\n- Configurable noise model support (depolarizing, etc.)\n- Seed-based reproducibility, optimization level control\n- Lazy import from quantsdk.simulators package\n- 37 tests: CPU execution, GPU mocking, noise model, detection\n- All 371 tests passing, ruff + mypy clean",
"is_bot": false,
"headline": "feat(simulators): add GPU-accelerated simulator backend",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T13:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec04584d43faa141f765261f60382d50e44c785",
"body": "- IonQBackend: access IonQ QPUs (Harmony, Aria, Forte) via Amazon Braket\n- BraketLocalBackend: local state-vector simulator (no AWS creds needed)\n- Full gate conversion: 25+ gate types mapped to Braket equivalents\n- Controlled rotations (CRX, CRY, CRZ) via unitary matrices\n- CH gate via unitary matr\n[…]\ned to H-CCX-H\n- Device ARN resolution with shortnames (simulator, harmony, aria, etc.)\n- 75 tests: local sim execution, mocked IonQ device, matrix validation\n- All 522 tests passing, ruff + mypy clean",
"is_bot": false,
"headline": "feat(backends): add IonQ/Braket backend adapter",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T13:14:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfe910393861f6d962ed54ec8a2d96031f35885f",
"body": "…sts -- Sprint 2 Task 2",
"is_bot": false,
"headline": "feat: add PennyLane interop (to_pennylane, from_pennylane) with 49 te…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T12:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65b00a7ed41ca3d14f26f05dd0c804e8b11123cc",
"body": "…Task 1",
"is_bot": false,
"headline": "feat: add Cirq interop (to_cirq, from_cirq) with 64 tests — Sprint 2 …",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T12:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "490fd46077359cc336e95b44b54074f9a47d5369",
"body": "docs: update README for Sprint 1 - QuantRouter, Cloud Client, 330 tests",
"is_bot": false,
"headline": "Merge pull request #3 from TheQuantAI/docs/update-readme",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T11:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a60d9c5e72411768ae59ae37a1747f72b7d05811",
"body": null,
"is_bot": false,
"headline": "docs: update README for Sprint 1 - QuantRouter, Cloud Client, 330 tests",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T11:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd8cdcb8ba926c4151eed69d814ddfe21344b98",
"body": "* feat: QuantRouter v0.1 + Cloud client + bug fixes (Sprint 1)\n\n* fix: resolve CI failures (lint, type check, security audit)\n\n* style: apply ruff formatting",
"is_bot": false,
"headline": "feat: QuantRouter v0.1 + Cloud client + bug fixes (Sprint 1)",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-13T11:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10fbbf856c382fa615b05d346abf548ebe68c298",
"body": "ci: add MkDocs deployment workflow for docs.thequantcloud.com",
"is_bot": false,
"headline": "Merge pull request #1 from TheQuantAI/ci/docs-deployment",
"author_name": "Saket-TheQuantAI",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-12T17:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503c4e6e22855cb734126f33c5ea2c1f698123e9",
"body": "- GitHub Actions workflow triggers on docs/mkdocs.yml/src changes\n- Installs MkDocs Material + mkdocstrings, runs gh-deploy\n- CNAME file for docs.thequantcloud.com custom domain",
"is_bot": false,
"headline": "ci: add MkDocs deployment workflow for docs.thequantcloud.com",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-12T13:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9d3f4f6cc469ce746d6861c49652ffda140560",
"body": "…curity scanner\n\n- Fix ruff format violations across 14 source/test files\n- Fix ruff lint: import sorting in __init__.py, remove unused noqa in openqasm.py\n- Fix mypy: add type: ignore for Gate factory pattern in openqasm.py,\n annotate __getattr__ return type, fix no-any-return in local.py\n- Fix se\n[…]\nwn dep vulns shouldn't break CI)\n- Replace broken PyPI badge with static version badge (pre-publish)\n- Remove codecov badge (not configured yet)\n- All 272 tests passing, all 3 checks now green locally",
"is_bot": false,
"headline": "fix: resolve CI failures — lint formatting, mypy type annotations, se…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-12T09:34:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da82f92c167b325c3f68c4836f0deb32a8002a1d",
"body": "…val with sandboxed parser, add token masking, add security CI job, 10 new security tests (272 total passing)",
"is_bot": false,
"headline": "security: pre-release security audit and hardening - replace unsafe e…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-12T07:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56589ac69840930c9b1c0b6ee332679a1539e9dc",
"body": "- Version bumped from 0.1.0-dev to 0.1.0\n- __version__ now reads from importlib.metadata (single source of truth)\n- Added py.typed PEP 561 marker for typed package support\n- Added hatch sdist include config (source, tests, LICENSE, CHANGELOG)\n- Enhanced publish.yml workflow:\n - twine check validati\n[…]\nstpypi and publish-pypi jobs\n\nVerified: build → twine check → clean venv install → smoke tests all pass.\nPackage: quantsdk-0.1.0-py3-none-any.whl (37KB), quantsdk-0.1.0.tar.gz (44KB)\nTests: 262 passed",
"is_bot": false,
"headline": "feat: PyPI-ready packaging for quantsdk v0.1.0",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-12T06:51:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29de7148a4d8eb3a61fcd84ad1ce421fcbf1619d",
"body": "- New docs/examples/index.md with all 22 notebooks grouped by level\n- Each entry has Download, GitHub View, and Tutorial links (where applicable)\n- Added Examples section to mkdocs.yml navigation\n- Fixed SECURITY.md link in CONTRIBUTING.md for strict build",
"is_bot": false,
"headline": "docs: add Examples page cataloging all 22 notebooks with download links",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T11:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cbe1fa27fd12b464b3b0633fc73f686b0cd36b7",
"body": "…r notebooks",
"is_bot": false,
"headline": "docs: add 'Try it interactively' callouts linking tutorials to Jupyte…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T10:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f821afa4b0ba6919f7d170c89cf58881598585",
"body": "- README.md: comprehensive rewrite with feature showcase, gate table,\n 22-notebook examples catalog, architecture diagram, interop examples\n- CONTRIBUTING.md: updated project structure (44 gates, 54 GATE_MAP),\n added gate/backend addition guides, PR guidelines, security section\n- CHANGELOG.md: com\n[…]\nuest templates\n- .github/PULL_REQUEST_TEMPLATE.md: PR checklist template\n- examples/*.ipynb: notebook content (was tracked as empty files)\n\nPre-release checklist #11 complete. 262 tests still passing.",
"is_bot": false,
"headline": "docs: polish community files for open-source release",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T10:35:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16ed52c906ec8fa942443fbe9a7e4e99826ee669",
"body": "…tum computing\n\nBeginner (01-07): Hello quantum, Bell states, GHZ, single-qubit gates,\n multi-qubit gates, circuit inspection, results visualization\nIntermediate (08-14): Teleportation, Deutsch-Jozsa, Bernstein-Vazirani,\n Simon's algorithm, Grover's search, QFT, phase estimation\nAdvanced (15-18): \n[…]\nquantum ML classifier, parameter-shift gradients\nInterop (19-22): Qiskit interop, OpenQASM interop, backend comparison, 50+ gates showcase\n\nPre-release checklist #10 complete. 262 tests still passing.",
"is_bot": false,
"headline": "examples: add 22 Jupyter notebooks covering beginner to advanced quan…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T10:28:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39a41b2b762fda0044145e71c9a3324bfb52b553",
"body": "- MkDocs Material config with deep purple/amber theme, dark/light toggle\n- Auto-generated API reference via mkdocstrings (Circuit, Gates, Result, Backend, Interop)\n- Getting Started: installation, quickstart, first circuit, real hardware\n- 10 tutorials: Bell state, teleportation, Deutsch-Jozsa, Bern\n[…]\nuides: local simulator, IBM Quantum, custom backend\n- MathJax support for LaTeX equations in tutorials\n- Contributing and changelog pages with snippet includes\n- Custom CSS and Mermaid diagram support",
"is_bot": false,
"headline": "docs: add MkDocs Material documentation site with 30+ pages",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T10:07:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85810e996e9073d27e104e1c25bfb694dc2bc73c",
"body": "… entries)\n\nNew single-qubit gates: Sdg, Tdg, SX, SXdg\nNew parametric gates: Phase(P), U1, U2, R\nNew controlled gates: CY, CH, CS, CSdg, CRX, CRY, CRZ, CP, CU1, CU3, CSX\nNew two-qubit rotations: RXX, RYY, RZX\nNew two-qubit special: iSWAP, DCX, ECR\nNew three-qubit: CCZ\nNew special: Reset (with simulator support)\nCircuit fluent API for all 27 new gates\nQiskit and OpenQASM interop updated for full gate set\n96 new tests, all 262 passing, ruff lint clean",
"is_bot": false,
"headline": "feat: expand gate library to 50+ gates (17 -> 44 classes, 55 GATE_MAP…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T09:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "199e5a10f936be0fec4d9d1508747e4cb86c7628",
"body": "…CI/CD\n\nCircuit: add to_qiskit/to_openqasm/from_qiskit/from_openqasm convenience methods\nResult: add plot_histogram (matplotlib) and to_pandas (pandas)\nRunner: wire qs.run to support aer and ibm backends with proper routing\nAdd GitHub Actions CI (lint, test 3.10-3.13, interop, mypy) and PyPI publish\nAdd CONTRIBUTING.md and CODE_OF_CONDUCT.md\nFix IBM channel default for qiskit-ibm-runtime 0.45+\n20 new tests, all 166 passing, ruff lint clean",
"is_bot": false,
"headline": "feat: complete v0.1 API surface - convenience methods, routing, viz, …",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T09:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73334d97f1f37c53aa07daf5902ee3fe7c1b4976",
"body": "…apters\n\n- interop/qiskit_interop.py: to_qiskit() and from_qiskit() for bidirectional\n conversion between QuantSDK and Qiskit QuantumCircuit (all 17 gates mapped)\n- interop/openqasm.py: to_openqasm() and from_openqasm() for OpenQASM 2.0\n export/import with full parser (supports pi expressions, com\n[…]\nselection, job metadata)\n- backends/ibm.py: AerBackend for local Aer simulator (no token needed)\n- 55 new tests: 20 Qiskit interop, 24 OpenQASM, 11 Aer backend\n- All 146 tests passing, ruff lint clean",
"is_bot": false,
"headline": "feat: add framework interop (Qiskit, OpenQASM) and IBM/Aer backend ad…",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T08:57:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6cd65aa79975084c669e5a8d5fa3dda91bc29aac",
"body": "- Sort __all__, imports\n- Replace ambiguous Unicode chars\n- Remove unused imports\n- Simplify dict.get() calls",
"is_bot": false,
"headline": "style: fix all ruff lint warnings",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T08:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dad7d61ed19183dc729cac3cb9bf2b640caff33",
"body": "- Core Circuit class with fluent API (20+ gates)\n- Gate library: H, X, Y, Z, S, T, RX, RY, RZ, U3, CX, CZ, SWAP, RZZ, CCX, CSWAP\n- Result class with counts, probabilities, top_k, summary\n- Backend abstract interface for framework-agnostic execution\n- Local statevector simulator (NumPy, up to 24 qubits)\n- qs.run() top-level API\n- Full test suite (pytest)\n- Apache 2.0 license\n\nTheQuantAI — Write quantum code once, run anywhere.",
"is_bot": false,
"headline": "feat: initial QuantSDK v0.1-dev project structure",
"author_name": "Saket",
"author_login": "Saket-TheQuantAI",
"committed_at": "2026-03-11T08:44:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 52,
"latest_release_at": "2026-07-18T06:16:38Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 3,
"days_since_latest_release": 5,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "thequantsdk",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"cirq",
"pennylane",
"qiskit",
"quantum",
"quantum-computing",
"sdk",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Physics",
"Typing :: Typed"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/thequantsdk/",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/TheQuantAI/quantsdk",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 301,
"first_published_at": "2026-03-14T14:06:56.078013Z",
"latest_published_at": "2026-07-18T06:17:59.827990Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/quantsdk/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 42110,
"source_files_sampled": 37,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "numpy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.24.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 16,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Saket-TheQuantAI",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/267584551?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs.yml",
"publish.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3aeb0bafd11f8f95945da7450d9f117fb769a707",
"ran_at": "2026-07-23T22:35:10Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T07:09:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T07:09:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/TheQuantAI/quantsdk",
"host": "github.com",
"name": "quantsdk",
"owner": "TheQuantAI"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 46,
"vitality": 68,
"community": 43,
"governance": 48,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 52,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "52 commits in the last year",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 52
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"packages": [
"thequantsdk"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 301
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "301 downloads/month across pypi",
"points": 33.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 301,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 16,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/16 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "TheQuantAI",
"public_repos": 5,
"account_age_days": 133
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of TheQuantAI",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "TheQuantAI"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~0 yr old",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"thequantsdk"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"openqasm",
"python",
"qiskit",
"quantum",
"quantum-circuits",
"quantum-computing",
"sdk",
"simulator"
],
"has_wiki": true,
"homepage": "https://docs.thequantcloud.com",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://docs.thequantcloud.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "52 of 52 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 52
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"src/quantsdk/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "src/quantsdk/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/quantsdk/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 52",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 52
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 42110,
"source_files_sampled": 37,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/quantsdk/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/quantsdk/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/37 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 37,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, notebooks"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index pypi:thequantsdk@0.2.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T22:35:26.132901Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/TheQuantAI/quantsdk.svg",
"full_name": "TheQuantAI/quantsdk",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}