-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update config.toml #2056
Update config.toml #2056
Conversation
To access the notebook, open this file in a browser:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To access the notebook, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/nbserver-473-open.html
Or copy and paste one of these URLs:
http://(a53c675705c1 or 127.0.0.1):8888/?token=c6338ab860bb6cdf7f976a4676b6a2a8d2e3dc84107a0abd16:45jovyan@a53c675705c1:/workspaces/Quantum/$ jupyter notebook --ip=0.0.0.0127.0.0.1host.pyjovyan@a53c675705c1:/workspaces/Quantum$ cd Samples/src/Teleportation/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To access the notebook, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/nbserver-473-open.html
Or copy and paste one of these URLs:
http://(a53c675705c1 or 127.0.0.1):8888/?token=c6338ab860bb6cdf7f976a4676b6a2a8d2e3dc84107a0abd16:45jovyan@a53c675705c1:/workspaces/Quantum/$ jupyter notebook --ip=0.0.0.0127.0.0.1host.pyjovyan@a53c675705c1:/workspaces/Quantum$ cd Samples/src/Teleportation/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To access the notebook, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/nbTo access the notebook, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/nbserver-473-open.html
Or copy and paste one of these URLs:
http://(a53c675705c1 or 127.0.0.1):8888/?token=c6338ab860bb6cdf7f976a4676b6a2a8d2e3dc84107a0abd16:45jovyan@a53c675705c1:/workspaces/Quantum/$ jupyter notebook --ip=0.0.0.0127.0.0.1host.pyjovyan@a53c675705c1:/workspaces/Quantum$ cd Samples/src/Teleportation/Xlabjun:patch-1server-473-open.html2056
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To access the notebook, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/nbserver-473-open.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change breaks Rust builds due to invalid format of the toml file. Further, the PR description, comments, and linked issue appear to be auto-generated from some tooling and do not describe the intent of the change. I'll close this and the related issue for now; please reopen or file again with clearer information.
.cargo/config.toml[C 16:45:17.660 NotebookApp]
jovyan@a53c675705c1:/workspaces/Quantum/Samples/src/Teleportation$ dotnet run
Round 0: Sent True, got True.
Teleportation successful!!
Round 1: Sent True, got True.
Teleportation successful!!
Round 2: Sent False, got False.
Teleportation successful!!
Round 3: Sent False, got False.
Teleportation successful!!
Round 4: Sent True, got True.
Teleportation successful!!
Round 5: Sent False, got False.
Teleportation successful!!
Round 6: Sent True, got True.
Teleportation successful!!
Round 7: Sent True, got True.
Teleportation successful!!
jovyan@a53c675705c1:/workspaces/Quantum/Samples/src/Teleportation$ python host.py
Preparing Q# environment...
['Microsoft.Quantum.Samples.Teleportation.IsMinus', 'Microsoft.Quantum.Samples.Teleportation.IsPlus', 'Microsoft.Quantum.Samples.Teleportation.PrepareRandomMessage', 'Microsoft.Quantum.Samples.Teleportation.SetToMinus', 'Microsoft.Quantum.Samples.Teleportation.SetToPlus', 'Microsoft.Quantum.Samples.Teleportation.Teleport', 'Microsoft.Quantum.Samples.Teleportation.TeleportClassicalMessage', 'Microsoft.Quantum.Samples.Teleportation.TeleportRandomMessage']
Sending |->
Received |->
Sent True, Received: True
Sent False, Received: False
Estimated resources needed for teleport:
{'CNOT': 2, 'QubitClifford': 4, 'R': 0, 'Measure': 8, 'T': 0, 'Depth': 0, 'Width': 3, 'BorrowedWidth': 0}
Sending |+>
Received |+>
Sending |+>
Received |+>
Sending |->
Received |->
Sending |+>
Received |+>
Sending |+>
Received |+>
Sending |->
Received |->
Sending |->
Received |->
Sending |+>
Received |+>
Sending |->
Received |->
Sending |+>
Received |+>
------------------.devcontainer