JeffBezanson / phdthesis

phd thesis document source
159 stars 25 forks source link

Application of recursion coarsening to compute Obara-Saika recurrences #3

Open jiahao opened 9 years ago

jiahao commented 9 years ago

Here is good thesis fodder, summarizing two separate discussions with @alanedelman yesterday and @stevengj today.

@inproceedings{RR00,
    author = {Rugina, Radu and Rinard, Martin C.},
    title = {Recursion Unrolling for Divide and Conquer Programs},
    booktitle = {Proceedings of the 13th International Workshop on Languages
and Compilers for Parallel Computing-Revised Papers},
    series = {LCPC '00},
    year = {2001},
    isbn = {3-540-42862-3},
    pages = {34--48},
    numpages = {15},
    url = {http://dl.acm.org/citation.cfm?id=645678.663942},
    acmid = {663942},
    publisher = {Springer-Verlag},
    address = {London, UK},
    editors = {Samuel P. Midkiff and José E. Moreira and Manish Gupta and
        Siddhartha Chatterjee and Jeanne Ferrante and Jan Prins and
            William Pugh and Chau-Wen Tseng},
}

@article{OS86,
   author = {Obara, S. and Saika, A.},
   title = {Efficient recursive computation of molecular integrals over {Cartesian} {Gaussian} functions},
   journal = {Journal of Chemical Physics},
   year = 1986,
   volume = 84,
   number = 7, 
   pages = {3963--3974},
   doi = {10.1063/1.450106}, 
}