Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix min_range #88

Merged
merged 1 commit into from
Sep 18, 2020
Merged

Bugfix min_range #88

merged 1 commit into from
Sep 18, 2020

Conversation

pablosanjose
Copy link
Owner

There was an edge case opened by #87 whereby a min_range larger than several bravais vectors would make the search algorithm for hoppings bail out too soon and link nothing. This resolves the issue by not allowing the search to stop until min_range is surpassed

@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2020

Codecov Report

Merging #88 into master will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   63.06%   63.16%   +0.09%     
==========================================
  Files          16       16              
  Lines        2694     2701       +7     
==========================================
+ Hits         1699     1706       +7     
  Misses        995      995              
Impacted Files Coverage Δ
src/hamiltonian.jl 75.11% <100.00%> (+0.03%) ⬆️
src/lattice.jl 68.22% <100.00%> (+0.19%) ⬆️
src/model.jl 76.17% <100.00%> (+0.28%) ⬆️
src/iterators.jl 75.29% <0.00%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2844154...c86ff26. Read the comment docs.

@pablosanjose pablosanjose merged commit 315ca79 into master Sep 18, 2020
@pablosanjose pablosanjose deleted the fix_rmin branch September 19, 2020 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants