Home
last modified time | relevance | path

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

/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dblock_operators.h126 …double ham(const BlockKey bk, int brastate, int ketstate) const override { return ham_.at(bk)->el… in ham() argument
127 …uble Q_aa(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return (*Q… in Q_aa() argument
128 …uble Q_bb(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return (*Q… in Q_bb() argument
129 …uble Q_ab(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return (*Q… in Q_ab() argument
130 …double S_a(const BlockKey bk, int brastate, int ketstate, int i) const override { return (*S_a_.a… in S_a() argument
131 …double S_b(const BlockKey bk, int brastate, int ketstate, int i) const override { return (*S_b_.a… in S_b() argument
132 …uble P_aa(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return (*P… in P_aa() argument
133 …uble P_bb(const BlockKey bk, int brastate, int ketstate, int i, int j) const override { return (*P… in P_bb() argument
213 …double ham(const BlockKey bk, int brastate, int ketstate) const override { return ham(bk)->elemen… in ham() argument
217 …double S_a(const BlockKey bk, int brastate, int ketstate, int i) const override { return S_a(bk, … in S_a() argument
[all …]
H A Dblock_ops_2.cc187 double BlockOperators2::D_a(const BlockKey bk, int brastate, int ketstate, int i, int j, int k) con… in D_a() argument
192 …blockpairs(target_key).begin(), blocks_->blockpairs(target_key).end(), [brastate] (const DMRG::Blo… in D_a()
193 { return (brastate >= bp.offset && brastate < bp.offset+bp.nstates()); } ); in D_a()
198 const int left_brastate = (brastate - target_pair.offset) % target_pair.left.nstates; in D_a()
199 const int right_brastate = (brastate - target_pair.offset) / target_pair.left.nstates; in D_a()
214 double BlockOperators2::D_b(const BlockKey bk, int brastate, int ketstate, int i, int j, int k) con… in D_b() argument
219 …blockpairs(target_key).begin(), blocks_->blockpairs(target_key).end(), [brastate] (const DMRG::Blo… in D_b()
220 { return (brastate >= bp.offset && brastate < bp.offset+bp.nstates()); } ); in D_b()
225 const int left_brastate = (brastate - target_pair.offset) % target_pair.left.nstates; in D_b()
226 const int right_brastate = (brastate - target_pair.offset) / target_pair.left.nstates; in D_b()