Add CITATION.cff file#966
Add CITATION.cff file#966mhucka merged 6 commits intoquantumlib:masterfrom mhucka:mh-add-citation-cff
Conversation
This basically mirrors the `.zenodo.json` file contents.
mpharrigan
left a comment
There was a problem hiding this comment.
why do we have to put all the authors twice?
That's a good question. The two author lists that show up in the CITATION.cff file are slightly different: there's one for this repository (based on the list in the README file), and then there's one for the "preferred citation", which is the 2020 paper. I hate that there's this almost-duplicate-but-not-quite thing going on. As an alternative, we could – if you guys prefer – change the repository author list to a single entry like "The OpenFermion Developers". We'd want to keep the paper author list as-is (that one will never change anyway, it's a said-and-done kind of thing). The tradeoff of using "The OpenFermion Developers" is easier maintenance over time, at the cost of reducing individual contributor's acknowledgements and visibility. I find this tradeoff difficult to weigh, and personally I try to give people as much credit & acknowledgment as possible, which is why it's the way it is currently. I'm happy to defer to your choice, though. |
Per internal discussions, we will not attempt to keep the code contributors list up to date, and instead use "The OpenFermion Developers".
This basically mirrors the
.zenodo.jsonfile contents.