-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic high symmetry points from KPOINTS
- Loading branch information
1 parent
09618b9
commit cfd400b
Showing
6 changed files
with
92 additions
and
11 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
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,9 +1,9 @@ | ||
__author__="Francisco Munoz,Aldo Romero,Sobhit Singh,Uthpala Herath,Pedram Tavadze,Eric Bousquet,Xu He" | ||
__copyright__ = "Copyright 2019" | ||
__version__ = "3.4" | ||
__version__ = "3.5" | ||
__email__ = "[email protected]/[email protected]/[email protected]/[email protected]" | ||
__status__ = "Development" | ||
__date__ ="May 21, 2019" | ||
__date__ ="May 22, 2019" | ||
|
||
# Copyright (C) 2019 Francisco Munoz,Aldo Romero,Sobhit Singh,Uthpala Herath,Pedram Tavadze,Eric Bousquet,Xu He | ||
# | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
author='Francisco Munoz,Aldo Romero,Sobhit Singh,Uthpala Herath,Pedram Tavadze,Eric Bousquet,Xu He', | ||
author_email='[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]', | ||
url='https://github.com/romerogroup/pyprocar', | ||
download_url='https://github.com/romerogroup/pyprocar/archive/3.4.tar.gz', | ||
download_url='https://github.com/romerogroup/pyprocar/archive/3.5.tar.gz', | ||
packages=['pyprocar', | ||
'pyprocar.utilsprocar', | ||
'pyprocar.fermisurface', | ||
|