qiskit-community / qiskit-alt

High-performance Qiskit features backed by Julia. A Python front end to algorithms using Pauli and Fermionic operators implemented in Julia.
Apache License 2.0
13 stars 2 forks source link

Name should be either qiskit-alt or qiskit_alt everywhere #1

Open jlapeyre opened 2 years ago

jlapeyre commented 2 years ago

... or follow whatever python convention there may be.

garrison commented 2 years ago

I believe the package should be called qiskit-alt, but the module obviously cannot have a hyphen, so should be qiskit_alt.

https://gist.github.com/gene1wood/9472a9d0dffce1a56d6e796afc6539b8#file-pypi_package_name_analysis-txt

jlapeyre commented 2 years ago

That confirms what I picked up by osmosis. I haven't seen a justification for the addition of complexity.... Maybe this way you always know whether a reference is to the package or the module (as long as it contains one hyphen/underscore).