Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference_data/basis_sets/default/sto-3g.nw
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#----------------------------------------------------------------------
# Basis Set Exchange
# Version 0.11
# Version 0.12
# https://www.basissetexchange.org
#----------------------------------------------------------------------
# Basis set: STO-3G
Expand Down
2 changes: 1 addition & 1 deletion src/chemcache/density/sad_density.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ MODULE_RUN(sad_density) {
H.visit(visitor);
if(visitor.m_pv == nullptr)
throw std::runtime_error("No nuclear terms for SAD density generation");
const auto nuclei = visitor.m_pv->rhs_particle();
const auto nuclei = visitor.m_pv->get_rhs_particle();

// Aggregate basis sets and tensors from centers
aobs_t aobs;
Expand Down