<div dir="ltr">Yes, that is probably the file ( I am using the development version, 
therefore my path was slightly different).  You have to modify the 
version with GPU and then recompile it. These
 triples generate the code to multiply matrix blocks of a given size 
with each other. The sizes of the blocks are given by the basis set.<br>
<font size="2" color="black" face="Tahoma"><span dir="ltr" style="font-size:10pt">triples += combinations(16,22</span></font>)
 means that the elements that correspond to the interaction between 
atoms with 16 and 22 basis functions (and 16 with 16 and 22 with
 22) are ported to the GPU.<br>
The GPU is especially efficient with somewhat larger blocks (higher quality basis set).<br>
<br>
Best<br>
<br>
Samuel<br>
</div>