Home
last modified time | relevance | path

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

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