We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TestModel.scalemodel
For single-charge systems, rescaling results in a division by zero:
julia> TestModel.scalemodel([Charge(ones(3), 1.0)], 1.0) 1-element Vector{Charge{Float64}}: Charge{Float64}(pos = [NaN, NaN, NaN], val = 1.0)
The text was updated successfully, but these errors were encountered:
NonlocalXieModel1
2651f75
TestModel: fix scalemodel w/ single-charge models
scalemodel
af9fa78
Fixes: #21
tkemmer
Successfully merging a pull request may close this issue.
For single-charge systems, rescaling results in a division by zero:
The text was updated successfully, but these errors were encountered: