-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number to 0.0.4 main modules
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jun 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
BOLTZMANN = 1.380649 * 10 ** -23 # J/K | ||
|
||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Sep 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
# TODO: Implement and test other methods for calculating conductivity (eg. Einstein | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Sep 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
class Diffusion: | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "May 2022" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
@nb.njit(cache=True) | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Sep 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
TENSOR_LABELS = ["Pxy", "Pxz", "Pyz"] | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
FORCE_CONSTANT = 0.043363 / 16.0 | ||
|
||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "May 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
def calc_number_density( | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Dec 2019" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
CON_CONSTANT = 1.660538921 | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setuptools.setup( | ||
name="mdproptools", | ||
version="0.0.3", | ||
version="0.0.4", | ||
author="Rasha Atwi, Matthew Bliss, Maxim Makeev", | ||
author_email="[email protected], [email protected], " | ||
"[email protected]", | ||
|