Add wigner functions#1
Conversation
|
@diego-plan9 I think I have included the new files in a new pull request as suggested. Russell Rundle authored these and I have been unable to test that everything works OK - I have seen the Jupyter notebook working so this would probably be the best place to check that all is OK. |
|
Hello @markjeveritt ! I'm glad you pinged by mentioning my name with an @ ... as otherwise I might have missed the notification, since it seems this PR has been issued in your fork and should be issued in the main repository at: https://github.com/QISKit/qiskit-sdk-py/pulls. Could you please make another PR there? Hopefully Chris will be able to retake the review of the PR and provide more detailed instructions, as it seems there are still some minor organizational changes to do in order to conform to the SDK structure, as per his comments at Qiskit#3 (comment) - the short version is that the python files should be moved to somewhere inside the |
|
Hi @diego-plan9 I'm glad too! The last time we did this we were explicitly instructed to fork and then submit a PR - because we did not have permission from the main branch. Has this changed please? I will click the merge pull request to see if this merges with the base branch (sorry if this is wrong - we are not power users of git). We added two files to qiskit/tools/ these are wigner_function_visualisation.py and wigner_function_tomography.py. We also added a jupyter notebook to examples/jupyter/ which was wigner_functions.ipynb (plus some supporting images). |
|
Hi @markjeveritt , no worries at all - git and github takes some time to get used to! You do have full control over your fork (ie. over
When you merged this PR, you modified only your fork - if you check your master branch at: If you click on the "compare" link at the right of that text, you will get to a page such as: Which shows the changes - and has a very handy "Create pull request" button that will create the PR in the main repository! Specifically, it uses the four dropboxes at the top for deciding which repo and branch you want to target (ie. It also seems that the files have been duplicated in the process, as they are appearing both in the root path and in the other folders - would it be possible to remove the old ones (if using the command line, Hope this makes sense! Again, please be aware that Chris might suggest further changes as he is more familiar with that part of the SDK, but hopefully we are on the right track :) |
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: