|
5 | 5 | [](https://julialang.org) |
6 | 6 | [](https://github.com/invenia/BlueStyle) |
7 | 7 |
|
8 | | -<a id="badge-top"></a> |
9 | | -[](https://codecov.io/gh/sotashimozono/template.jl) |
| 8 | +[](https://codecov.io/github/sotashimozono/GroverAlgorithm.jl) |
10 | 9 | [](https://github.com/sotashimozono/GroverAlgorithm.jl/actions/workflows/CI.yml?query=branch%3Amain) |
11 | 10 | [](https://opensource.org/licenses/MIT) |
12 | 11 |
|
13 | | -this repository is made for template folder for developing julia project. |
14 | | -some of convenient features are available, but you need to fix to your current calculations. |
15 | | - |
16 | | -## TODO LIST |
17 | | - |
18 | | -1. **GitHub Repository Settings** |
19 | | - * [ ] **Actions Permissions**: Go to `Settings > Actions > General` and change **Workflow permissions** to **"Read and write permissions"**. This is required for `Documenter.jl` (docs) and `TagBot` to function. |
20 | | - * [ ] **Allow Auto-merge**: (Recommended) Enable **"Allow auto-merge"** in `Settings > General` to streamline the PR process. |
21 | | -2. **Testing & Code Quality** |
22 | | - * [ ] **Codecov Setup**: |
23 | | - 1. Register your repository at [Codecov](https://app.codecov.io/) to obtain an upload token. |
24 | | - 2. Add the token to `Settings > Secrets and variables > Actions` as a repository secret named `CODECOV_TOKEN`. |
25 | | - 3. Replace the **[Codecov Badge](#badge-top)** link at the top of this README with the one provided in your Codecov dashboard. |
26 | | -3. **Documentation (Optional)** |
27 | | - * [ ] **Enable Workflow**: Rename `.github/workflows/Documentation.yml.disabled` to `.github/workflows/Documentation.yml` to enable automatic document building. |
28 | | - * [ ] **GitHub Pages**: After the first successful documentation build, go to `Settings > Pages` and set the source to the `gh-pages` branch. |
29 | | -4. **Personalization** |
30 | | - * [ ] **LICENSE**: Update the year and name in the `LICENSE` file. |
31 | | - * [ ] **Badges**: Ensure all badge URLs at the top of this README point to your new repository path instead of the template. |
32 | | - |
33 | | -## IF YOU HAD SOME TROUBLES PLEASE MAKE `ISSUES` [HERE](https://github.com/sotashimozono/template.jl/issues) |
| 12 | +This module is based on following paper. |
| 13 | +Grover, L. K. (1996, July). A fast quantum mechanical algorithm for database search. In Proceedings of the twenty-eighth annual ACM symposium on Theory of computing (pp. 212-219). |
0 commit comments