Commit Graph

6 Commits

Author SHA1 Message Date
Frank Harkins e4ad04b315 Add notebook linting (#724)
Uses squeaky to lint notebooks.

While this has some minor benefits (removing empty cells etc.), it will
become much more useful when we switch notebook outputs to SVG.
2024-02-16 14:50:08 +00:00
Frank Harkins bd00068c76 Re-run notebooks using Qiskit 1.0 (#795)
This PR re-runs notebooks using the `stable/1.0` branch in preparation
for the 1.0 release. At the time of writing, it doesn't look like any
[pending changes](https://github.com/Qiskit/qiskit/milestones/1.0.0)
will affect our notebooks.

- Fixes some deprecated import paths
- Removes the `style="iqp"` arguments (closes #286)
2024-02-16 13:54:22 +00:00
abbycross f0b9fd0988 Proper trademarking of IBM and third-party names (#746)
Closes #726 

The first instance on a page of every trademarked name (whether IBM or
third-party) should be marked with the trademark symbol (except in
headings, where the code will not render as a symbol).

Outstanding questions: Where does the trademark symbol occur if the
following are the first instance on a page?:
(editing to add: preliminary guidance directs us as follows: )

- [ ] IBM Quantum™ systems
- [ ] Qiskit® Runtime service
- [ ] Qiskit® Runtime
- [ ] Qiskit IBM Provider (still unknown)
- [ ] Qiskit® Patterns
- [ ] Qiskit® Experiments
- [ ] Qiskit® 1.0
- [ ] Qiskit® Runtime IBM Client
- [ ] Qiskit® Runtime IBM REST API
- [ ] IBM Quantum™ Network

References: 
https://www.ibm.com/brand/experience-guides/quantum/voice#usage
https://www.ibm.com/legal/copyright-trademark


### Progress

- [x] Migration guides
- [x] Start
- [x] Build
- [x] Transpile
- [x] Verify
- [x] Run
- [x] Support

---------

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
2024-02-12 20:14:49 +00:00
Rebecca Dimock 3ae9e4911e fix typo (#707) 2024-01-24 21:09:56 +00:00
Rebecca Dimock ce7b3b76c6 Add links to Transpile section (#475)
Closes #439

---------

Co-authored-by: abbycross <across@us.ibm.com>
2023-12-05 20:59:47 +00:00
Rebecca Dimock 782c427399 [After #401] Transpile with pass managers (#391)
Closes #211

---------

Co-authored-by: nick bronn <ntbronn@us.ibm.com>
Co-authored-by: Kevin J. Sung <kevjsung@umich.edu>
Co-authored-by: Kevin J. Sung <kevinjefferysung@gmail.com>
Co-authored-by: Abby Mitchell <23662430+javabster@users.noreply.github.com>
Co-authored-by: abbycross <across@us.ibm.com>
Co-authored-by: Frank Harkins <frankharkins@hotmail.co.uk>
2023-11-30 18:51:19 +00:00