Skip to content

Commit

Permalink
removed ACEatoms from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSachs committed Nov 28, 2024
1 parent 15bf165 commit 3f57377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.0.7"

[deps]
ACE = "3e8ccfd2-c8b0-11ea-32f1-f3a5990fd77a"
ACEatoms = "1e34e032-0b37-4839-a012-196b35408c3c"
ACEbase = "14bae519-eb20-449c-a949-9c58ed33163e"
JuLIP = "945c410c-986d-556a-acb1-167a618e0462"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -14,7 +13,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ACE = "0.12.45"
ACEatoms = "0.0.14"
julia = "1.7"

[extras]
Expand Down
5 changes: 2 additions & 3 deletions test/test_bonditerators.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# very rudimentary test to see check whether BondsIterator and FilteredBondsIterator return the same environments.

using ACEatoms, JuLIP
using JuLIP
using ACEbonds
using ACE
using ACEbonds.BondCutoffs: EllipsoidCutoff, env_transform
using ACEbonds: bonds
using ACEbase.Testing

using Test
r0cut = 3.2
rcut = 4.0
zcut = 5.0
Expand Down

0 comments on commit 3f57377

Please sign in to comment.