forked from SPARC-X/SPARC-X-API
-
Notifications
You must be signed in to change notification settings - Fork 0
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 SPARC-X#34 from alchem0x2A/master
Brand renaming
- Loading branch information
Showing
18 changed files
with
38 additions
and
38 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,4 +1,4 @@ | ||
{% set name = "sparc-dft-api" %} | ||
{% set name = "SPARC-X-API" %} | ||
{% set version = "1.0.0" %} | ||
{% set file_ext = "tar.gz" %} | ||
{% set readme = load_file_regex(load_file="README.md", regex_pattern=".*")[0] %} | ||
|
@@ -12,7 +12,7 @@ source: | |
|
||
build: | ||
noarch: python | ||
# Install sparc-dft-api and include the psp files | ||
# Install and include the psp files | ||
script: "{{ PYTHON }} -m pip install . --no-deps -vv && cd .. && {{ PYTHON }} -m sparc.download_data" | ||
entry_points: | ||
- "sparc-ase = sparc.cli:main" | ||
|
@@ -33,14 +33,14 @@ requirements: | |
- "ase>=3.22" | ||
|
||
about: | ||
home: https://github.com/SPARC-X/sparc-dft-api | ||
home: https://github.com/SPARC-X/{{ name }} | ||
license: GNU General Public License v3.0 | ||
license_family: GPL3 | ||
license_file: LICENSE | ||
summary: A Python API for the SPARC DFT Code | ||
description: {{ readme }} | ||
doc_url: https://github.com/SPARC-X/sparc-dft-api/blob/v0.2-alpha/README.md | ||
dev_url: https://github.com/SPARC-X/sparc-dft-api | ||
doc_url: https://github.com/SPARC-X/{{ name }}/blob/master/README.md | ||
dev_url: https://github.com/SPARC-X/{{ name }} | ||
|
||
extra: | ||
recipe-maintainers: Tian Tian ([email protected]) |
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
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,5 +1,5 @@ | ||
### Known issues | ||
*This is a list of known bugs with the current sparc-dft-api, remove them when PRs are contributed* | ||
*This is a list of known bugs with the current SPARC-X-API, remove them when PRs are contributed* | ||
- [ ] `sparc-ase` command currently does not support multi-image yet | ||
- [ ] `SPARC` calculator may occasionally require more DFT steps than needed during optimization | ||
- [ ] Raw result parsing from SPARC files may need to be re-factored in a generator form | ||
- [ ] Raw result parsing from SPARC files may need to be re-factored in a generator form |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
This is the folder for storing the pseudo potential files with sparc-dft-api. | ||
This is the folder for storing the pseudo potential files with SPARC-X-API. | ||
During installation, this folder will be intentially kept empty. | ||
|
||
User `python -m sparc.download_data` to download the default pseudo potential files after installation. |
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
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