Home
last modified time | relevance | path

Searched refs:BlockOperators (Results 1 – 13 of 13) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dform_sigma.h50 …c> cc, std::shared_ptr<ProductRASCivec> sigma, std::shared_ptr<const BlockOperators> blockops, std…
51 …c> cc, std::shared_ptr<ProductRASCivec> sigma, std::shared_ptr<const BlockOperators> blockops, std…
52 …c> cc, std::shared_ptr<ProductRASCivec> sigma, std::shared_ptr<const BlockOperators> blockops, std…
55 …std::shared_ptr<ProductRASCivec> sigma_sector, std::shared_ptr<const BlockOperators> blocksops) co…
57 …std::shared_ptr<ProductRASCivec> sigma_sector, std::shared_ptr<const BlockOperators> blocksops) co…
59 …std::shared_ptr<ProductRASCivec> sigma_sector, std::shared_ptr<const BlockOperators> blocksops) co…
61 …std::shared_ptr<ProductRASCivec> sigma_sector, std::shared_ptr<const BlockOperators> blocksops) co…
63 …std::shared_ptr<ProductRASCivec> sigma_sector, std::shared_ptr<const BlockOperators> blocksops) co…
65 …std::shared_ptr<ProductRASCivec> sigma_sector, std::shared_ptr<const BlockOperators> blocksops) co…
67 …std::shared_ptr<ProductRASCivec> sigma_sector, std::shared_ptr<const BlockOperators> blocksops) co…
[all …]
H A Dform_sigma.cc36 …shared_ptr<const BlockOperators> blockops, shared_ptr<DimerJop> jop, const vector<bool>& conv) con… in operator ()()
66 …shared_ptr<const BlockOperators> blockops, shared_ptr<DimerJop> jop, const vector<bool>& conv) con… in diagonal()
164 …uctRASCivec> cc, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops, sha… in diagonal_terms()
254 …tors> cc_sector, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops) con… in aET_branch()
317 …tors> cc_sector, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops) con… in bET_branch()
401 …tors> cc_sector, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops) con… in aHT_branch()
464 …tors> cc_sector, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops) con… in bHT_branch()
548 …tors> cc_sector, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops) con… in aexc_branch()
575 …tors> cc_sector, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops) con… in bexc_branch()
603 …tors> cc_sector, shared_ptr<ProductRASCivec> sigma, shared_ptr<const BlockOperators> blockops) con… in abflip_branch()
[all …]
H A Dproduct_modelci.h49 std::shared_ptr<const BlockOperators> blockops_;
53 …ProductCIHamiltonian(std::vector<PCI::Basis>& b, std::shared_ptr<const BlockOperators> blockops, s…
H A Dproduct_citask.h62 std::shared_ptr<const BlockOperators> blockops_;
77 …ProductCIHamTask(std::vector<PCI::Basis>* b, std::shared_ptr<const BlockOperators> blockops, std::…
H A Ddmrg_block.h78 …virtual std::shared_ptr<const BlockOperators> compute_block_ops(std::shared_ptr<DimerJop> jop) con…
142 …std::shared_ptr<const BlockOperators> compute_block_ops(std::shared_ptr<DimerJop> jop) const overr…
183 …std::shared_ptr<const BlockOperators> compute_block_ops(std::shared_ptr<DimerJop> jop) const overr…
H A Dblock_operators.h50 class BlockOperators {
55 BlockOperators(const double thresh) : thresh_(thresh) {} in BlockOperators() function
83 class BlockOperators1 : public BlockOperators {
189 class BlockOperators2 : public BlockOperators {
H A Dproduct_rasci.h41 std::shared_ptr<const BlockOperators> blockops_;
H A Ddmrg_block.cc65 shared_ptr<const BlockOperators> DMRG_Block1::compute_block_ops(shared_ptr<DimerJop> jop) const { in compute_block_ops()
254 shared_ptr<const BlockOperators> DMRG_Block2::compute_block_ops(shared_ptr<DimerJop> jop) const { in compute_block_ops()
H A Dproduct_modelci.cc255 ProductCIHamTask::ProductCIHamTask(vector<PCI::Basis>* b, shared_ptr<const BlockOperators> blockops… in ProductCIHamTask()
258 ProductCIHamiltonian::ProductCIHamiltonian(vector<PCI::Basis>& b, shared_ptr<const BlockOperators> … in ProductCIHamiltonian()
H A Dblock_ops_1.cc31 … DMRG_Block1> left, shared_ptr<DimerJop> jop, const double thresh) : BlockOperators(thresh), left_… in BlockOperators1()
H A Drasd.cc93 shared_ptr<const BlockOperators> blockops = cc.front()->left()->compute_block_ops(jop_2e); in compute_sigma2e()
H A Dblock_ops_2.cc32 …MRG_Block2> blocks, shared_ptr<DimerJop> jop, const double thresh) : BlockOperators(thresh), block… in BlockOperators2()
/dports/math/mfem/mfem-4.3/
H A DCHANGELOG1282 condensation/hybridization, FieldSplit preconditioner for BlockOperators.