-
Notifications
You must be signed in to change notification settings - Fork 6
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 comments to Sphinx documentation format close #10 #18
Update comments to Sphinx documentation format close #10 #18
Conversation
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.
Hello @raunakkumarsingh , thanks for the help. Most docstrings look good to me. It would be better to make some additional changes before I merge your PR.
- Sometimes
NP (np)
andNL (nl)
are illustrated asnumber of partitions
andnumber of layers
. However, in qdao, they consistently representnumber of primary qubits
andnumber of local qubits
- Please check the docstrings with class attributes, sometimes they are just class members or variables not belong to this class.
- Please check the
qdao/qiskit
directory, most files are qiskit source code. I put them in qdao since I need to do some tricky changes in qiskit source code to make it work correctly with qdao. For these qiskit codes, I suggest not to change their original docstrings.
Please ignore the unit test failing. This is due to qiskit version conflict and I have fixed it 6675a98 |
I resolved all issues. Can you confirm if there are any other changes needed? |
No description provided.