This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 920
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e people to run their programs on the IBM Q machines as well.
…. Fixed X gate, so implemented it for XYZ as well. Updated documentation and removed the bash workaround on windows, so it also should work on linux or mac.
…ple machines gave me different results. Included shots as well.
…tiple shot interpretation
…BM Quantum Experience one.
…ce and to map qubits.
…cation it generates. Also uses the allready defined samples instead of defining its own functions.
Seems that openqasm spec is not as complete or consistent as it seems.
… can predict types of gates after all.
… for person, but IANAL so removing to be sure. Teleport and rotations are based on paper => unclear so also remove.
…were added after a ';' where ignored or corrupted.
…s correctly. Moved to ibmq 16 melbourne, because the ibmq4 api's are having issues.
Lot of changes that don't belong in this pull request,. |
jwittner
pushed a commit
to jwittner/Quantum
that referenced
this pull request
Dec 16, 2019
jwittner
pushed a commit
to jwittner/Quantum
that referenced
this pull request
Dec 16, 2019
) * Updating QDK to latest version. (microsoft#53) * Fixing doc gen call (microsoft#39) * fixing doc gen call * adding a test for docs generation * need to generate docs for source files only such that we can build the docs for muliple dlls without interferences * forgot to check if the dictionary exists before clearning it in test * Updating qdk to latest version * Fixing vs code extension build script on linux (microsoft#56) * fixing a stackoverflow for large files (microsoft#55) * Build VS Code dependencies from either pwsh or powershell. (microsoft#59) * Add automatic indentation to Visual Studio extension (microsoft#60) * Add automatic indentation to Visual Studio extension * Find the indentation of the last non-empty line The previous line can be empty, which would reset the indentation to 0 if e.g. you pressed enter twice in a row. Loop backwards to find the last non-empty line and use that line's indentation instead. * Remove assumption from GetLastNonEmptyLine * Move QsSmartIndentProvider to the top of the file * Flip order of ternary operator in GetIndentation * Add doc comment to GetDesiredIndentation * Add note about nullable return type of GetDesiredIndentation * Show signature help for the first argument (microsoft#63) We also trigger signature help on "(" * Always log exceptions from file queries in debug mode (microsoft#70) * Handling specialization redeclarations (microsoft#85) * Add install template and new project commands to VS Code extension. (microsoft#79) * Compile time errors for overflowing int and double literals (microsoft#87)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some fixes for session on https://techorama.nl/
Latest qiskit version, removes need for linux subsystem on windows.
Support for, IbmQx16Melbourne, which I use because the ibmqx4 is having api issues (suspecting its going into maintenance soon).