Home
last modified time | relevance | path

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

/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dblock_operators.h109 …std::shared_ptr<BlockSparseMatrix> P_bb(const BlockKey bk, int i, int j) const override { retur… in P_bb() function
133 …double P_bb(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return (… in P_bb() function
220 …double P_bb(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return P… in P_bb() function
H A Dblock_ops_2.cc2138 shared_ptr<BlockSparseMatrix> BlockOperators2::P_bb(BlockKey bk, const int i, const int j) const { in P_bb() function in BlockOperators2