• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RimuQMC / Rimu.jl
94%

Build:
DEFAULT BRANCH: develop
Repo Added 25 Nov 2024 05:18AM UTC
Files 99
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • LoadBalancer
  • bugfix/basis-set-rep-operators
  • bugfix/check-starting-vectors
  • bugfix/doc-modified-hamiltonian
  • bugfix/docs_Julia_v0.12
  • bugfix/exact-spawn-type-instability
  • bugfix/froehlich-momentum_cutoff
  • bugfix/interface-tests
  • bugfix/modified-hamiltonian-iteration
  • bugfix/nothing-comparison
  • bugfix/occupationnumberfs
  • bugfix/printing-complex-dvecs
  • bugfix/single-particle-density-normalization
  • bugfix/uninitialized-variable
  • compathelper/new_version/2025-01-18-00-36-39-771-00115965455
  • compathelper/new_version/2025-08-02-00-46-54-112-00179631838
  • compathelper/new_version/2025-08-03-00-56-13-597-01005290801
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/peter-evans/create-or-update-comment-5
  • dependabot/github_actions/peter-evans/find-comment-4
  • doc/logo
  • doc/move-to-rimuqmc
  • docs/fix-IsDynamicSemistochastic-thresholds
  • docs/fix-find_mode
  • feacture/extended_range_interaction
  • feature-Froelich-hamiltonian-nD
  • feature/2d-lattices
  • feature/AllOverlaps-excited-states
  • feature/HubbardMomSpace
  • feature/OperatorColumn
  • feature/OperatorProduct
  • feature/OperatorSum
  • feature/better-exact-diagonalisation
  • feature/complex-numbers
  • feature/dimension_in_EDP
  • feature/dvec-constructor
  • feature/excited-states
  • feature/extended_interaction_HubbardRealSpace
  • feature/fast-basis
  • feature/fix_ReducedDensityMatrix
  • feature/hubbardrealspace-new-interface
  • feature/local-energy-strategy
  • feature/modemap-interface
  • feature/modified-hamiltonian
  • feature/molecular-hamiltonian
  • feature/nearest_neighbour_interaction
  • feature/operator_traits
  • feature/operator_traits2
  • feature/passing-timesteps-to-statstools
  • feature/pre-release-action
  • feature/read-occupationnumberfs
  • feature/reduce_density_matrix_operator_optimization
  • feature/reduced-density-matrix
  • feature/rename-maxlength
  • feature/retire-BoseHubbardMom1D2C
  • feature/saner-dynamicsemistochastic-parameters
  • feature/save-state
  • feature/stateful_replica_strategy
  • feature/test-extension
  • feature/time-evolution
  • v0.14.0

18 Oct 2025 11:00PM UTC coverage: 94.215%. Remained the same
18622087088

push

github

web-flow
Fix documentation on Julia v0.12 (#360)

Redundant module imports were causing referencing problems and caused
errors during the build phase of the documentation. This is now fixed.

7329 of 7779 relevant lines covered (94.22%)

13128647.59 hits per line

Relevant lines Covered
Build:
Build:
7779 RELEVANT LINES 7329 COVERED LINES
13128647.59 HITS PER LINE
Source Files on develop
  • Tree
  • List 99
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18622087088 develop Fix documentation on Julia v0.12 (#360) Redundant module imports were causing referencing problems and caused errors during the build phase of the documentation. This is now fixed. push 18 Oct 2025 11:46PM UTC web-flow github
94.22
18572672320 develop Bump peter-evans/create-or-update-comment from 4 to 5 (#357) Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href... push 16 Oct 2025 08:13PM UTC web-flow github
94.22
18572650727 develop Bump peter-evans/find-comment from 3 to 4 (#358) Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/peter-evans/fin... push 16 Oct 2025 08:12PM UTC web-flow github
94.22
18362588080 develop Fix documentation for IsDynamicSemistochastic (#359) This updates the documentation to reflect the new behaviour of `rel_spawning_threshold` and `abs_spawning_threshold` in `IsDynamicSemistochastic`. push 09 Oct 2025 02:06AM UTC web-flow github
94.22
18213425705 develop Fix bug in `ReducedDensityMatrix` (#356) # Bugs removed - Results from `ReducedDensityMatrix` were returned as a `Hermitian` matrix by taking the `hermitianpart!`, even in cases where this was not appropriate. This was removed. Now the user is re... push 03 Oct 2025 05:44AM UTC web-flow github
94.07
17894009114 develop Nearest neighbour interactions for `HubbardRealSpace` (#345) # New Features - Added nearest neighbour interactions to `HubbardRealSpace` - Generalized hopping parameter `t` in `HubbardRealSpace` to have directional axis-wise magnitude, i.e., for... push 21 Sep 2025 01:28PM UTC web-flow github
94.07
17885535945 develop Small fix in documentation (#351) push 20 Sep 2025 10:49PM UTC web-flow github
94.12
17884349905 develop Use custom iteration function if available for `ModifiedHamiltonian`. (#350) # Changes If `offdiagonals` is an `AbstractVector`, the `offdiagonals` of a `ModifiedHamiltonian` inherit that. Before this PR, iteration on modified `AbstractVector` o... push 20 Sep 2025 08:40PM UTC web-flow github
94.12
17880924002 develop Molecular Hamiltonian (#327) ## New features This PR addresses issue #321 by introducing the `MolecularHamiltonian` type along with its related types and methods. These additions enable `Rimu.jl` to be used for post–Hartree-Fock calculations in ... push 20 Sep 2025 02:57PM UTC web-flow github
94.04
17496543703 develop Fix typo when comparing with nothing (#349) ## Bugfix * This commit fixed a typo when comparing variable with `nothing` by `===` method. push 05 Sep 2025 03:19PM UTC web-flow github
93.93
See All Builds (502)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc