Brandon Flores
Brandon Flores
By precise form, do you mean the forms of the unimodular matrix factors? I've actually noticed this issue in testing, but the Smith normal forms themselves are correct. It appears...
Just to be clear, when you're referring to AtomsIO.jl integration, do you mean that you want to pull methods from this package to read and write data? One of the...
Updating this issue to note that Electrum.jl is now available in the Julia package registry! Feel free to use it for the file reading/writing methods.
Some updates: I've been able to get the package in a state that's been useful for the development of some new theory tools, and the AtomsBase integration is back at...
@mfherbst it's been a hot minute but I'm planning on making a breaking release of Electrum.jl in the near future, so I wanted to bring this to your attention again.
[Here is the code for `maxHKLindex()`](https://github.com/brainandforce/Electrum.jl/blob/main/src/lattices.jl#L339)
You might be interested in what [CliffordNumbers.jl](https://github.com/brainandforce/CliffordNumbers.jl) can do here. Rotations in `N` dimensions can be described with rotors in a geometric algebra, and those are representable with an `EvenCliffordNumber{VGA(N)}`....
My background in statistics isn't great, but from what I understand it is a pretty simple variation: the likelihood function is altered to disfavor changes in regions of the image...
If you need to get the scalar value associated with a quantity, use `ustrip(u::Units, x::Quantity)`, which converts `x` to the units `u` and then returns the scalar portion. As @rafaqz...