MariosTsatsos / 4qubitGrover

Implementation of Grover's Algorithm for a Quantum Computer of 4 qubits (markes state 0010). Implemented on qiskit for a simulator (with QASM - quantum assembly language) and a quantum device too (requires IBM Q account)
1 stars 1 forks source link

Add a license to the repository #1

Open cbjuan opened 3 weeks ago

cbjuan commented 3 weeks ago

I recently came across your project 4qubitGrover and I noticed that the repository github.com/MariosTsatsos/4qubitGrover currently does not have a license specified.

Why Adding a License is Important?

As GitHub documents

Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you'll need to license it so that others are free to use, change, and distribute the software.

Would be possible to add a valid license to this repository? Probably something really OpenSource such as the Apache 2.0 license would fit really well.

Thanks!

MariosTsatsos commented 1 week ago

That's a good point, thank you.