Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrogantGao committed Oct 24, 2023
1 parent e0a5b79 commit b0e634f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SoEwald2D"
uuid = "0daaa638-a47d-40d8-b855-b9e525a61752"
authors = ["Xuanzhao Gao"]
version = "0.1.1"
version = "0.1.2"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
2 changes: 1 addition & 1 deletion test/energy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ end
ref_pos, ref_charge = IcmSysInit(ICM_sys, coords, charge)
energy_icm = IcmEnergy(ICM_sys, coords, charge, ref_pos, ref_charge) / ϵ_0

@test isapprox(energy_icm, (Es + El), atol = 1e-3)
@test isapprox(energy_icm, (Es + El), atol = 1e-2)
end

2 comments on commit b0e634f

@ArrogantGao
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/94024

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" b0e634f5666b9432e626edbaf4e1a46901688db7
git push origin v0.1.2

Please sign in to comment.