Skip to content

Commit c98809a

Browse files
authored
Merge pull request #16 from ionq/oss-readiness-community-files
Add gitleaks pre-commit hook and missing README endpoints
2 parents 42afc73 + 07f4b51 commit c98809a

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ repos:
77
- id: check-yaml
88
- id: check-added-large-files
99

10+
- repo: https://github.com/gitleaks/gitleaks
11+
rev: v8.30.1
12+
hooks:
13+
- id: gitleaks
14+
1015
- repo: https://github.com/astral-sh/ruff-pre-commit
1116
rev: v0.15.11
1217
hooks:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ session = SessionManager.from_id(client, "existing-session-id")
253253
| Get job cost | `ionq_core.api.default.get_job_cost` | Yes |
254254
| Get compiled circuit | `ionq_core.api.default.get_compiled_file` | Yes |
255255
| Estimate job cost | `ionq_core.api.default.estimate_job_cost` | Yes |
256+
| Get job probabilities | `ionq_core.api.default.get_job_probabilities` | Yes |
257+
| Get variant histogram | `ionq_core.api.default.get_variant_histogram` | Yes |
258+
| Get variant probabilities | `ionq_core.api.default.get_variant_probabilities` | Yes |
259+
| Get variant shots | `ionq_core.api.default.get_variant_shots` | Yes |
256260

257261
### Sessions
258262

0 commit comments

Comments
 (0)