Home
last modified time | relevance | path

Searched defs:Q_ab (Results 1 – 2 of 2) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dblock_operators.h105 …std::shared_ptr<BlockSparseMatrix> Q_ab(const BlockKey bk, int i, int j) const override { retur… in Q_ab() function
129 …double Q_ab(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return (… in Q_ab() function
216 …double Q_ab(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return Q… in Q_ab() function
H A Dblock_ops_2.cc1831 shared_ptr<BlockSparseMatrix> BlockOperators2::Q_ab(BlockKey bk, const int i, const int j) const { in Q_ab() function in BlockOperators2