Home
last modified time | relevance | path

Searched refs:DMRG_Block2 (Results 1 – 6 of 6) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Ddmrg_block.cc69 DMRG_Block2::DMRG_Block2(shared_ptr<const DMRG_Block1> lb, shared_ptr<const DMRG_Block1> rb) : left… in DMRG_Block2() function in DMRG_Block2
88 string DMRG_Block2::block_info_to_string(const BlockKey bk, const int state) const { in block_info_to_string()
101 shared_ptr<Matrix> DMRG_Block2::spin(const BlockKey b) const { in spin()
166 shared_ptr<Matrix> DMRG_Block2::spin_lower(const BlockKey b) const { in spin_lower()
210 shared_ptr<Matrix> DMRG_Block2::spin_raise(const BlockKey b) const { in spin_raise()
254 shared_ptr<const BlockOperators> DMRG_Block2::compute_block_ops(shared_ptr<DimerJop> jop) const { in compute_block_ops()
H A Ddmrg_block.h158 class DMRG_Block2 : public std::enable_shared_from_this<DMRG_Block2>, public DMRG_Block {
167 DMRG_Block2() { } in DMRG_Block2() function
170 DMRG_Block2(std::shared_ptr<const DMRG_Block1> lb, std::shared_ptr<const DMRG_Block1> rb);
H A Dblock_operators.h36 class DMRG_Block2; variable
191 std::shared_ptr<const DMRG_Block2> blocks_;
198 …BlockOperators2(std::shared_ptr<const DMRG_Block2> blocks, std::shared_ptr<DimerJop> jop, const do…
H A Dproduct_civec.cc299 shared_ptr<const DMRG_Block2> doubleblock = dynamic_pointer_cast<const DMRG_Block2>(left_); in split()
H A Drasd.cc360 auto block_pair = make_shared<DMRG_Block2>(system, environment); in decimate_block()
642 …shared_ptr<const DMRG_Block2> doubleblock = dynamic_pointer_cast<const DMRG_Block2>(civecs.front()… in diagonalize_site_and_block_RDM()
H A Dblock_ops_2.cc32 BlockOperators2::BlockOperators2(shared_ptr<const DMRG_Block2> blocks, shared_ptr<DimerJop> jop, co… in BlockOperators2()