Skip to content

Commit

Permalink
Merge pull request #10 from felipeZ/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
felipeZ authored Oct 17, 2016
2 parents 9cd4344 + cf8725b commit 6afc5df
Show file tree
Hide file tree
Showing 11 changed files with 477 additions and 526 deletions.
290 changes: 0 additions & 290 deletions docs/source/conf.py

This file was deleted.

3 changes: 2 additions & 1 deletion jupyterNotebooks/coupling_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand Down
9 changes: 7 additions & 2 deletions nac/integrals/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
from .electronTransfer import photoExcitationRate
from .fourierTransform import (calculate_fourier_trasform_cartesian,
fun_density_real, real_to_reciprocal_space,
transform_to_spherical)
from .multipoleIntegrals import (calcMtxMultipoleP, general_multipole_matrix)
from .nonAdiabaticCoupling import calculateCoupling3Points
from .overlapIntegral import calcMtxOverlapP
from .spherical_Cartesian_cgf import calc_transf_matrix


__all__ = ['calc_transf_matrix', 'calcMtxMultipoleP', 'calcMtxOverlapP',
'calculateCoupling3Points', 'general_multipole_matrix',
'photoExcitationRate']
'calculateCoupling3Points', 'calculate_fourier_trasform_cartesian',
'fun_density_real', 'general_multipole_matrix',
'photoExcitationRate', 'real_to_reciprocal_space',
'transform_to_spherical']
Loading

0 comments on commit 6afc5df

Please sign in to comment.