Skip to content

Commit

Permalink
nit: out-commented code in niggli
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Oct 18, 2024
1 parent 55b9d0a commit 528e958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bravais/src/niggli.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function nigglibasis(
# iterations below, especially for very skewed input. But LLLplus.jl is not very
# fast - usually slower than `nigglibasis` itself, so don't do it for now.
# Rs_lll = lll(stack(Rs))[1] # LLL-reduced basis
# Rs = DirectBasis(eachcol(Rs))
# Rs = DirectBasis(eachcol(Rs_lll))

# initialization
A, B, C, ξ, η, ζ = niggli_parameters(Rs)
Expand Down

0 comments on commit 528e958

Please sign in to comment.