RakhshandaMujib / Grover-Search-Algorithm

This repository includes the implementation of the Grover's search algorithm for n qubits with M winning elements written in Qiskit. It uses the knowledge of matrices devised for the phase oracle and the diffuser and outputs the probabilities of elements in the form of a histogram.
1 stars 0 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 Grover-Search-Algorithm and I noticed that the repository github.com/RakhshandaMujib/Grover-Search-Algorithm 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!

RakhshandaMujib commented 3 weeks ago

Hi,

I am still not clear about why the license is needed? People can still fork it right? I need more details on why it's needed and how to apply the licence.

Regards, Rakhshanda

On Wed, 4 Sept, 2024, 2:11 pm Juan Cruz-Benito, @.***> wrote:

I recently came across your project Grover-Search-Algorithm and I noticed that the repository github.com/RakhshandaMujib/Grover-Search-Algorithm currently does not have a license specified.

Why Adding a License is Important?

As GitHub documents https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

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 https://www.apache.org/licenses/LICENSE-2.0 would fit really well.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/RakhshandaMujib/Grover-Search-Algorithm/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJKT27WMYHKUXAAS2OCB6DZU3BR3AVCNFSM6AAAAABNTZP7CGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYDINRXHE4DSNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cbjuan commented 3 weeks ago

As commented previously

to say others are free to use, change, and distribute the software

Regards