Commit Graph

7 Commits

Author SHA1 Message Date
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
Frank Harkins ffb18b47a3 Minor fixes for markdown code examples (#666)
Minor tweaks to make the code examples run. Closes #609.
2024-01-22 16:25:13 +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
abbycross c50d61a45b update straggler quantum-computing domain urls (#474)
Related to #453 

Find all remaining urls using the quantum-computing.ibm.com domain and
change to quantum.ibm.com.

This does not remove from the api docs; those will need to be fixed in
their home repos.
2023-12-05 14:56:58 +00:00
Frank Harkins c4a5a55a31 Link to learning in transpile section next steps (#457)
The
https://learning.quantum.ibm.com/tutorial/reduce-transpiled-circuit-depth-with-circuit-cutting
tutorial does not exist any more, but I've included a link to the
variational algorithm design course instead as those circuits are good
candidates for the approximate transpiling mentioned on the page.

Would also like to link to the quantum volume page on learning when
that's online.
2023-12-04 15:23:01 +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
Rebecca Dimock 4da8499498 Transpilation defaults and configuration options (#267)
Closes #101 

LINK TO TOPIC IN PREVIEW:
https://qiskit-docs-preview-pr-267.1799mxdls7qz.us-south.codeengine.appdomain.cloud/transpile/defaults-and-configuration-options
(FYI @mtreinish @nbronn )

---------

Co-authored-by: nick bronn <ntbronn@us.ibm.com>
Co-authored-by: Abby Mitchell <23662430+javabster@users.noreply.github.com>
Co-authored-by: javabster <abby.s.mitchell@gmail.com>
2023-11-28 16:35:41 +00:00