From c96d00dc0731c9a8585585e43c43ab3a9448cab4 Mon Sep 17 00:00:00 2001 From: mtsch Date: Mon, 25 Nov 2024 17:53:36 +1300 Subject: [PATCH 1/3] Move docs to organization --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 32c4fb081..0a8c637cb 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -80,7 +80,7 @@ makedocs(; ) deploydocs( - repo = "github.com/joachimbrand/Rimu.jl.git", + repo = "github.com/rimuqmc/Rimu.jl.git", push_preview = true, ) From 138ebaf95ac65c3da78fcd6b9de84c70869deb72 Mon Sep 17 00:00:00 2001 From: mtsch Date: Mon, 25 Nov 2024 17:57:02 +1300 Subject: [PATCH 2/3] replace joachimbrand with RimuQMC --- README.md | 8 ++++---- docs/make.jl | 2 +- docs/src/documentation.md | 14 +++++++------- scripts/BHM-example-mpi.jl | 2 +- scripts/BHM-example.jl | 2 +- scripts/G2-example.jl | 2 +- scripts/HO-example.jl | 2 +- scripts/exact-example.jl | 2 +- src/Hamiltonians/correlation_functions.jl | 2 +- src/Rimu.jl | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 9041752c8..29b3a55e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Rimu -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://joachimbrand.github.io/Rimu.jl/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://joachimbrand.github.io/Rimu.jl/dev/) -[![Coverage Status](https://coveralls.io/repos/github/joachimbrand/Rimu.jl/badge.svg)](https://coveralls.io/github/joachimbrand/Rimu.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://RimuQMC.github.io/Rimu.jl/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://RimuQMC.github.io/Rimu.jl/dev/) +[![Coverage Status](https://coveralls.io/repos/github/RimuQMC/Rimu.jl/badge.svg)](https://coveralls.io/github/RimuQMC/Rimu.jl) *Random Integrators for many-body quantum systems* @@ -70,4 +70,4 @@ Papers discussing results obtained with `Rimu`: - "Polaron-Depleton Transition in the Yrast Excitations of a One-Dimensional Bose Gas with a Mobile Impurity", M. Yang, M. Čufar, E. Pahl, J. Brand, [*Condens. Matter* **7**, 15 (2022)](https://www.mdpi.com/2410-3896/7/1/15). - "Magnetic impurity in a one-dimensional few-fermion system", L. Rammelmüller, D. Huber, M. Čufar, J. Brand, A. Volosniev, [arXiv:2204.01606](http://arxiv.org/abs/2204.01606) (2022). -For more information, consult the [documentation](https://joachimbrand.github.io/Rimu.jl/dev/). +For more information, consult the [documentation](https://RimuQMC.github.io/Rimu.jl/dev/). diff --git a/docs/make.jl b/docs/make.jl index 0a8c637cb..e5a38b6d7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -80,7 +80,7 @@ makedocs(; ) deploydocs( - repo = "github.com/rimuqmc/Rimu.jl.git", + repo = "github.com/RimuQMC/Rimu.jl.git", push_preview = true, ) diff --git a/docs/src/documentation.md b/docs/src/documentation.md index c98214ba8..970deca0c 100644 --- a/docs/src/documentation.md +++ b/docs/src/documentation.md @@ -27,15 +27,15 @@ deployed automatically with GitHub Actions. This needs to be set up with an appr script in the file `.github/workflows/docs.yml`, where triggers for this to happen can be defined. In the current set up, a new documentation web site is generated and deployed whenever someone pushes to the develop branch on the GitHub server. The updated -documentation can then be accessed [here](https://joachimbrand.github.io/Rimu.jl/dev/). +documentation can then be accessed [here](https://RimuQMC.github.io/Rimu.jl/dev/). -Previews for pull-requests can be accessed by replacing 101 in the following link with the PR number: [https://joachimbrand.github.io/Rimu.jl/previews/PR101/](https://joachimbrand.github.io/Rimu.jl/previews/PR101/) +Previews for pull-requests can be accessed by replacing 101 in the following link with the PR number: [https://RimuQMC.github.io/Rimu.jl/previews/PR101/](https://RimuQMC.github.io/Rimu.jl/previews/PR101/) ### Example scripts -Examples should be added to the `scripts` folder, in the form of `.jl` files suitable for -parsing by [`Literate`](https://github.com/fredrikekre/Literate.jl). The process of generating -documentation is automated in the `docs/make.jl` file and assumes that the following line is +Examples should be added to the `scripts` folder, in the form of `.jl` files suitable for +parsing by [`Literate`](https://github.com/fredrikekre/Literate.jl). The process of generating +documentation is automated in the `docs/make.jl` file and assumes that the following line is at (or near) the top of the script: ``` # # Example N: Title @@ -43,9 +43,9 @@ at (or near) the top of the script: where the number `N` and `Title` will be extracted automatically. Tests for the results and output of specific scripts should be added at the end of each example. The code to run the test should be hidden from the final generated document by -appending "#hide" to each line of testing code. For example, +appending "#hide" to each line of testing code. For example, ``` using Test #hide @test isfile("result.out") #hide @test result == expected_result #hide -``` \ No newline at end of file +``` diff --git a/scripts/BHM-example-mpi.jl b/scripts/BHM-example-mpi.jl index 6cb9882ba..babc15b59 100644 --- a/scripts/BHM-example-mpi.jl +++ b/scripts/BHM-example-mpi.jl @@ -6,7 +6,7 @@ # Rimu provides support for MPI to enable parallel computations on multiple nodes. # A runnable script for this example is located -# [here](https://github.com/joachimbrand/Rimu.jl/blob/develop/scripts/BHM-example-mpi.jl). +# [here](https://github.com/RimuQMC/Rimu.jl/blob/develop/scripts/BHM-example-mpi.jl). # Run it with 2 MPI ranks with `mpirun -n 2 julia BHM-example-mpi.jl`. # We start by importing `Rimu` and `Rimu.RMPI`, which contains MPI-related diff --git a/scripts/BHM-example.jl b/scripts/BHM-example.jl index 2b72f95e0..188ca5864 100644 --- a/scripts/BHM-example.jl +++ b/scripts/BHM-example.jl @@ -4,7 +4,7 @@ # particles in 6 lattice sites. # A runnable script for this example is located -# [here](https://github.com/joachimbrand/Rimu.jl/blob/develop/scripts/BHM-example.jl). +# [here](https://github.com/RimuQMC/Rimu.jl/blob/develop/scripts/BHM-example.jl). # Run it with `julia BHM-example.jl`. # First, we load Rimu and Plots. diff --git a/scripts/G2-example.jl b/scripts/G2-example.jl index 7f4f5a74a..5861d193e 100644 --- a/scripts/G2-example.jl +++ b/scripts/G2-example.jl @@ -3,7 +3,7 @@ # This is an example calculation of the two-body correlation function ``G_2``. # A runnable script for this example is located -# [here](https://github.com/joachimbrand/Rimu.jl/blob/develop/scripts/G2-example.jl). +# [here](https://github.com/RimuQMC/Rimu.jl/blob/develop/scripts/G2-example.jl). # Run it with `julia G2-example.jl`. # First, we load the reqired packages. `Rimu` for FCIQMC calculation, and `DataFrames` for diff --git a/scripts/HO-example.jl b/scripts/HO-example.jl index 5232c7dea..967bef0a0 100644 --- a/scripts/HO-example.jl +++ b/scripts/HO-example.jl @@ -9,7 +9,7 @@ # how to generate these blocks and find the energy and angular momentum eigenstates. # A runnable script for this example is located -# [here](https://github.com/joachimbrand/Rimu.jl/blob/develop/scripts/HO-example.jl). +# [here](https://github.com/RimuQMC/Rimu.jl/blob/develop/scripts/HO-example.jl). # Run it with `julia HO-example.jl`. # First, load all needed packages. diff --git a/scripts/exact-example.jl b/scripts/exact-example.jl index 698d71fb1..1ebbdd2f4 100644 --- a/scripts/exact-example.jl +++ b/scripts/exact-example.jl @@ -6,7 +6,7 @@ # as well as provide a few tips regarding them. # A runnable script for this example is located -# [here](https://github.com/joachimbrand/Rimu.jl/blob/develop/scripts/exact-example.jl). +# [here](https://github.com/RimuQMC/Rimu.jl/blob/develop/scripts/exact-example.jl). # Run it with `julia exact-example.jl`. # We start by loading Rimu. diff --git a/src/Hamiltonians/correlation_functions.jl b/src/Hamiltonians/correlation_functions.jl index 1334f2c3b..dd8d08b1f 100644 --- a/src/Hamiltonians/correlation_functions.jl +++ b/src/Hamiltonians/correlation_functions.jl @@ -412,7 +412,7 @@ Superfluid correlations can be extracted from a Monte Carlo calculation by wrapp `SuperfluidCorrelator` with [`AllOverlaps`](@ref) and passing into [`ProjectorMonteCarloProblem`](@ref) with the `replica` keyword argument. For an example with a similar use of [`G2RealCorrelator`](@ref) see -[G2 Correlator Example](https://joachimbrand.github.io/Rimu.jl/previews/PR227/generated/G2-example.html). +[G2 Correlator Example](https://RimuQMC.github.io/Rimu.jl/previews/PR227/generated/G2-example.html). See also [`HubbardReal1D`](@ref), [`G2RealCorrelator`](@ref), [`AbstractOperator`](@ref), diff --git a/src/Rimu.jl b/src/Rimu.jl index 62d29cbcf..722953263 100644 --- a/src/Rimu.jl +++ b/src/Rimu.jl @@ -36,7 +36,7 @@ const PACKAGE_VERSION = VersionNumber(TOML.parsefile(pkgdir(Rimu, "Project.toml" **Random integrators for many-body quantum systems** Welcome to `Rimu` version $PACKAGE_VERSION. -Read the documentation [online](https://joachimbrand.github.io/Rimu.jl/). +Read the documentation [online](https://RimuQMC.github.io/Rimu.jl/). """ Rimu From f76e8bbd2f9e570dfe3b95bc115f1ece858780a4 Mon Sep 17 00:00:00 2001 From: mtsch Date: Tue, 26 Nov 2024 14:14:09 +1300 Subject: [PATCH 3/3] trigger CI