just a comment in fourindex.h

This commit is contained in:
Jiri Pittner 2021-06-30 16:13:24 +02:00
parent cf86493a6f
commit 84cc6b4d35
1 changed files with 3 additions and 0 deletions

View File

@ -770,6 +770,9 @@ typedef typename LA_traits<T>::normtype normtype;
//make it as a derived class in order to be able to use it in a base class context - "supermatrix" operations
//note - loops for the twoelectronrealmullikanAB integral to be unique and in canonical order
// i=1..n, j=1..i, k=1..n, l=1..k
template<class T, class I>
class fourindex_dense<twoelectronrealmullikanAB,T,I> : public NRMat<T> {
public: