-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use now print() function (even in notebook)
- Loading branch information
1 parent
16adc37
commit b6413a1
Showing
9 changed files
with
44,780 additions
and
39,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Google-style docstrings are used for documenting code | ||
# for more on those, see http://www.sphinx-doc.org/en/stable/ext/example_google.html#example-google | ||
# this is automatically parsed by Aphinx module in Python, using napoleon addon | ||
from __future__ import division | ||
from __future__ import division, print_function, absolute_import | ||
|
||
from alkali_atom_data import * | ||
from calculations_atom_single import * | ||
from calculations_atom_pairstate import * | ||
from .alkali_atom_data import * | ||
from .calculations_atom_single import * | ||
from .calculations_atom_pairstate import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.