Home
last modified time | relevance | path

Searched refs:Q_ab_as_matview (Results 1 – 2 of 2) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dblock_operators.h140 const MatView Q_ab_as_matview(const BlockKey bk) const { return get_as_matview(Q_ab_.at(bk)); } in Q_ab_as_matview() function
H A Dblock_ops_2.cc288 const MatView Q_ab_view = intra_ops_->Q_ab_as_matview(source_pair.right.key()); in ham()