Include dependency

This commit is contained in:
Nuwan Yapa 2024-09-20 16:41:26 -04:00
parent c2f7bde00e
commit 850fadb31a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
using SpecialFunctions using SpecialFunctions
include("helper.jl")
# Gaussian potentials in HO space # Gaussian potentials in HO space
inv_factorial(n) = Iterators.prod(inv.(1:n)) inv_factorial(n) = Iterators.prod(inv.(1:n))