It's a great package, so I tried it out.
https://colab.research.google.com/drive/1bk3kaUvdz7sIryEut1aHmNJq_LmpnUbC?usp=sharing
The example didn't work properly when I changed the molecular structure. It seems that @ECinit is required. In which line should I insert @ECinit?
|
# Compute DF-HF |
|
@dfhf |
|
# Calculate MO integrals (optional) |
|
@dfints |
|
# Run CCSD(T) calculation |
|
@cc ccsd(t) |
It's a great package, so I tried it out.
https://colab.research.google.com/drive/1bk3kaUvdz7sIryEut1aHmNJq_LmpnUbC?usp=sharing
The example didn't work properly when I changed the molecular structure. It seems that
@ECinitis required. In which line should I insert @ECinit?ElemCo.jl/docs/src/index.md
Lines 93 to 98 in ba9ee83