From c941c67449933c1501d3d031f29ece90f92b9d21 Mon Sep 17 00:00:00 2001 From: Liwei Zhang <68692847+zhanglw0521@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:11:33 +0100 Subject: [PATCH] Delete non-exist functions on the export list --- src/obsolete/O3_alternative.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obsolete/O3_alternative.jl b/src/obsolete/O3_alternative.jl index 41cb1a0..711a29d 100644 --- a/src/obsolete/O3_alternative.jl +++ b/src/obsolete/O3_alternative.jl @@ -4,7 +4,7 @@ using PartialWaveFunctions using Combinatorics using LinearAlgebra -export re_basis_new, ri_basis_new, ind_corr_s1, ind_corr_s2, MatFmi, ML0, MatFmi2, ri_rpi, re_rpe, rpe_basis_new +export re_rpe, rpe_basis_new # The generalized Clebsch Gordan Coefficients; variables of this function are fully inherited from the first ACE paper function GCG(l::SVector{N,Int64},m::SVector{N,Int64},L::SVector{N,Int64},M_N::Int64;) where N