Xped
Loading...
Searching...
No Matches
TensorHelper.hpp File Reference
#include "Qbasis.hpp"
#include "Core/TensorHelper.cpp"
Include dependency graph for TensorHelper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Xped
 
namespace  Xped::internal
 

Functions

template<std::size_t Rank1, std::size_t Rank2, typename Symmetry , typename AllocationPolicy >
std::pair< Qbasis< Symmetry, Rank2+Rank1, AllocationPolicy >, std::array< Qbasis< Symmetry, 1, AllocationPolicy >, 0 > > Xped::internal::build_FusionTree_Helper (const Qbasis< Symmetry, Rank2, AllocationPolicy > &coupled, const std::array< Qbasis< Symmetry, 1, AllocationPolicy >, Rank1 > &uncoupled)
 
template<std::size_t Rank, typename Symmetry , typename AllocationPolicy >
Qbasis< Symmetry, Rank, AllocationPolicy > Xped::internal::build_FusionTree (const std::array< Qbasis< Symmetry, 1, AllocationPolicy >, Rank > &uncoupled)