-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/visualizationgood first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.no QC knowledge neededWant to contribute to Cirq, but don't know quantum computing? This issue is for you.Want to contribute to Cirq, but don't know quantum computing? This issue is for you.triage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Description
Description of the issue
ASCII art of circuit print shifted on my Japanese based WIN10
Circuit:
a: ───H───────────
b: ───H───@───H───
│
c: ───────X───────
How to reproduce the issue
My OS is WIN10, using Japanese based system would cause the ASCII art shifted due to the "─" is not using "-"
put code in code blocks *like this*
Details
put long logs in details blocks like this
Cirq version
You can get the cirq version by printing cirq.__version__. From the command line:
"0.11.0.dev"
python -c 'import cirq; print(cirq.__version__)'
Metadata
Metadata
Assignees
Labels
area/visualizationgood first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.no QC knowledge neededWant to contribute to Cirq, but don't know quantum computing? This issue is for you.Want to contribute to Cirq, but don't know quantum computing? This issue is for you.triage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Type
Projects
Status
Done