documentation
documentation copied to clipboard
The documentation content home for https://docs.quantum-computing.ibm.com.
### URL to the relevant documentation https://qiskit.github.io/documentation/pr-1809/guides/instances#connect-to-an-instance is an example, but there are probably others ### Select all that apply - [ ] typo - [ ] code bug -...
### URL to the relevant documentation https://docs.quantum.ibm.com/api/qiskit-ibm-provider/ibm_provider ### Select all that apply - [ ] typo - [ ] code bug - [X] out-of-date content - [ ] broken link...
In the spirit of the docs being open-source I think it would be a nice feature to add an automatically generated footnote to each docs page with the usernames and...
### URL to the relevant documentation https://learning.quantum.ibm.com/course/basics-of-quantum-information/quantum-circuits#quantum-circuits In course 'Basics of Quantum Information' --> 'Quantum circuits' In section 'Circuit' --> 'Quantum circuits' ### Select all that apply - [ ]...
### URL, if applicable _No response_ ### Describe the new content you are requesting. The newest version of runtime contains an experimental `NoiseLearner` feature for characterizing noise models that PEC...
https://github.com/Qiskit/documentation/pull/1837 would only report this: ``` CSpell: Files checked: 70, Issues found: 1 in 1 file. ``` Until I removed `--no-progress` from here: https://github.com/Qiskit/documentation/blob/3c416e970400485cbf009e515e84f663cc52b819/scripts/js/commands/checkSpelling.ts#L47 ``` ------------------------------------------- Issues found: docs/guides/latest-updates.mdx:71:179 -...
### URL to the relevant documentation https://docs.quantum.ibm.com/guides/local-testing-mode ### Select all that apply - [ ] typo - [x] code bug - [ ] out-of-date content - [ ] broken link...
https://github.com/Qiskit/documentation/pull/1831 now executes all notebooks when requirements are changed. That's a big improvement so that we know we aren't breaking notebooks unintentionally when upgrading dependencies. However, there's one edge case...
Due to now testing all notebooks when requirements.txt change (https://github.com/Qiskit/documentation/pull/1831), dependabot now fails. That's because it cannot access the GitHub Actions Secret due to GitHub's security defaults. See https://github.com/Qiskit/documentation/pull/1839 for...
Once the full functionality for fractional gates has been released (date TBD) we should add a migration guide for people using pulse to encourage them to switch to fractional gates....