Update citation commands to latest paper#2592
Merged
Merged
Conversation
`qutip.cite()` now lists only the current paper, which is the proper citation. The old citations of versions 1 and 2 are left in `CITATION.bib` for historical interest.
hodgestar
requested changes
Jan 7, 2025
hodgestar
left a comment
Contributor
There was a problem hiding this comment.
Left a very tiny nitpick / question.
I'm personally very happy reducing the list of papers returned by qutip.cite but I'll give others a few days to complain if they want.
Co-authored-by: Simon Cross <[email protected]>
Member
Author
|
Yeah, I thought it'd make most sense to have the citation command return the up-to-date paper (since ofc old versions will return the relevant papers for themselves), and just leave the references to all the old stuff in the I don't feel strongly, if people want the old papers in the command, I was just changing it to what I'd find most useful as a user. |
Ericgig
pushed a commit
to Ericgig/qutip
that referenced
this pull request
Jan 10, 2025
Update citation commands to QuTiP 5 paper
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
qutip.cite()now lists only the current paper, which is the proper citation. The old citations of versions 1 and 2 are left inCITATION.bibfor historical interest.I took the liberty of tweaking Paul's name to match how he usually puts himself on IBM papers (I think there's another "P Nation").
Related issues or PRs
None.