pedrorrivero / qrand

A multiprotocol and multiplatform quantum random number generation framework
https://pypi.org/project/qrand/
Apache License 2.0
26 stars 14 forks source link

[unitaryHACK] (#3) Frequency Test #15

Closed charmerDark closed 3 years ago

charmerDark commented 3 years ago

@pedrorrivero Just wanted to leave this draft here so I can get your opinion on it. I will add the doctrings and finalise it on this branch Related to #3

pedrorrivero commented 3 years ago

Hi @charmerDark you need to follow the contributing guidelines.

Your commit messages do not adhere to Conventional Commits. If you follow the guidelines you will get a git hook installed that will not allow you to commit unless you adhere to this standard.

Also, each test class should be on its own separate file, and you should include a reference to the test you are implementing in the docstring.