Qiskit / documentation

The documentation content home for https://docs.quantum.ibm.com.
https://docs.quantum.ibm.com
Apache License 2.0
39 stars 81 forks source link

Math not rendering correctly in quantum error table #2369

Open natestemen opened 11 hours ago

natestemen commented 11 hours ago

URL to the relevant documentation

reset_error row of the table found at: https://docs.quantum.ibm.com/guides/build-noise-models#quantum-errors

Select all that apply

Describe the fix.

Not sure what the exact issue is, but the code responsible for the misrendered line can be found here. https://github.com/Qiskit/documentation/blob/bc103b46d7bdffd2d82a30fbd8ce3cf223dd50da/docs/guides/build-noise-models.ipynb#L145

Eric-Arellano commented 5 hours ago

Thank you for taking the time to report this! Good find. I strongly suspect the issue is using | in the Latex expression inside a table because the table probably thinks we're ending the cell.

Eric-Arellano commented 5 hours ago

Will be fixed by https://github.com/Qiskit/documentation/pull/2372.