-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from eimrek/release/1.5.0
Release/1.5.0
- Loading branch information
Showing
6 changed files
with
165 additions
and
30 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
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
26 | ||
Properties=species:S:1:pos:R:3:tags:I:1 pbc="F F F" | ||
C 22.69117931 8.32750000 3.99999999 2 | ||
C 24.02485843 9.09750002 3.99999998 1 | ||
C 20.02382107 8.32749996 3.99999999 2 | ||
C 18.69014194 9.09749995 3.99999999 1 | ||
C 18.69014191 10.63749995 3.99999999 2 | ||
C 20.02382104 11.40749996 3.99999998 1 | ||
C 21.35750017 10.63749999 3.99999998 2 | ||
C 21.35750019 9.09750000 3.99999999 1 | ||
C 24.02485841 10.63750003 3.99999998 2 | ||
C 22.69117927 11.40750001 3.99999998 1 | ||
C 22.69117926 12.94750001 3.99999997 2 | ||
C 21.35750011 13.71749999 3.99999997 1 | ||
C 20.02382101 12.94749998 3.99999998 2 | ||
C 20.02382101 20.66249999 3.99999999 1 | ||
C 18.69014189 19.89249997 3.99999998 2 | ||
C 22.69117925 20.66250003 3.99999999 1 | ||
C 24.02485838 19.89250004 3.99999999 2 | ||
C 24.02485840 18.35250004 3.99999999 1 | ||
C 22.69117928 17.58250003 3.99999998 2 | ||
C 21.35750015 18.35250000 3.99999998 1 | ||
C 21.35750013 19.89249999 3.99999999 2 | ||
C 18.69014190 18.35249996 3.99999998 1 | ||
C 20.02382104 17.58249998 3.99999998 2 | ||
C 20.02382106 16.04249998 3.99999997 1 | ||
C 21.35750020 15.27250000 3.99999997 2 | ||
C 22.69117931 16.04250001 3.99999998 1 |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="tb-mean-field-hubbard", | ||
version="1.4.1", | ||
version="1.5.0", | ||
author="Kristjan Eimre", | ||
author_email="[email protected]", | ||
description="Package to run tight-binding mean field hubbard calculations", | ||
|
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,3 +1,3 @@ | ||
from .mfh import MeanFieldHubbardModel | ||
|
||
__version__ = "1.4.1" | ||
__version__ = "1.5.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
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