ifilot / pyqint

Python package for evaluating integrals of Gaussian type orbitals in electronic structure calculations
https://pyqint.imc-tue.nl
GNU General Public License v3.0
23 stars 8 forks source link

spherical gaussian type orbitals #38

Closed moritzgubler closed 3 months ago

moritzgubler commented 3 months ago

Hi

Thanks for developing and maintaining this nice code. I really enjoy using it. I don't know if this is the right place to ask, if not, please let me know.

Is there an easy way to convert the cartesian Gaussian type orbitals to spherical Gaussian type orbitals or is this not part of this library? I could not find anything in the documentation.

Thanks a lot for your help.

ifilot commented 3 months ago

Hello! This is certainly the right place to ask questions. You can even set a "question" label to any issue if you want to.

To answer your question: I have not (yet) implemented any functionality to convert the cartesian Gaussian type orbitals to a spherical version. Nevertheless, once you know the result in the cartesian basis, you can convert it to a spherical one using a linear transformation. The details are provided in this paper.

moritzgubler commented 3 months ago

Thanks for your answer, I am definitely looking forward to that feature. In the mean time, I can build something with the reference you mentioned.