From a2265f7452fa96c2c3fdc0cefa516018f1bfebb4 Mon Sep 17 00:00:00 2001 From: joannajzou Date: Wed, 25 Sep 2024 10:47:10 -0400 Subject: [PATCH] rm AtomisticQoIs dep --- Project.toml | 2 +- src/Cairn.jl | 1 - src/activelearning/activelearning.jl | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 2184144..ea3f2b7 100644 --- a/Project.toml +++ b/Project.toml @@ -4,12 +4,12 @@ authors = ["Joanna Zou", "Spencer Wyant", "and contributors"] version = "0.1.0" [deps] -AtomisticQoIs = "895e25ce-6034-4689-a3ba-4ac45d83446c" AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a" AtomsCalculators = "a3e0e189-c65a-42c1-833c-339540406eb1" CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838" InteratomicPotentials = "a9efe35a-c65d-452d-b8a8-82646cd5cb04" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Maxvol = "4cc553b9-be87-484b-81d9-b5ae2a4e3958" diff --git a/src/Cairn.jl b/src/Cairn.jl index d2ba910..b0b6fc4 100644 --- a/src/Cairn.jl +++ b/src/Cairn.jl @@ -25,7 +25,6 @@ using Molly using AtomsCalculators using InteratomicPotentials using PotentialLearning -using AtomisticQoIs using Maxvol using Clustering using ProgressBars diff --git a/src/activelearning/activelearning.jl b/src/activelearning/activelearning.jl index ed2a7c3..e3ce3ef 100644 --- a/src/activelearning/activelearning.jl +++ b/src/activelearning/activelearning.jl @@ -1,6 +1,6 @@ include("alroutine.jl") include("aldata.jl") -include("distributions.jl") +# include("distributions.jl") include("kernels.jl")