-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pre-commit-ci-update-config
- Loading branch information
Showing
135 changed files
with
11,143 additions
and
7,476 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 +1,11 @@ | ||
[metadata] | ||
name = aiidalab_qe | ||
version = 24.10.0a2 | ||
version = 24.10.0a4 | ||
description = Package for the AiiDAlab QE app | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/aiidalab/aiidalab-qe | ||
author = Carl Simon Adorf, Aliaksandr Yakutovich, Marnik Bercx, Jusong Yu | ||
author = AiiDAlab team | ||
author_email = [email protected] | ||
license = MIT | ||
license_file = LICENSE | ||
|
@@ -16,7 +16,7 @@ classifiers = | |
Programming Language :: Python :: 3 :: Only | ||
project_urls = | ||
Bug Tracker = https://github.com/aiidalab/aiidalab-qe/issues | ||
Documentation = https://github.com/aiidalab/aiidalab-qe#readme | ||
Documentation = https://aiidalab-qe.readthedocs.io/ | ||
Logo = https://raw.githubusercontent.com/aiidalab/aiidalab-qe/master/miscellaneous/logos/QE.jpg | ||
|
||
[options] | ||
|
@@ -57,21 +57,21 @@ aiidalab_qe.plugins.xas = pseudo_toc.yaml | |
aiidalab_qe.properties = | ||
bands = aiidalab_qe.plugins.bands:bands | ||
pdos = aiidalab_qe.plugins.pdos:pdos | ||
xps = aiidalab_qe.plugins.xps:xps | ||
electronic_structure = aiidalab_qe.plugins.electronic_structure:electronic_structure | ||
xps = aiidalab_qe.plugins.xps:xps | ||
xas = aiidalab_qe.plugins.xas:xas | ||
|
||
aiida.workflows = | ||
aiidalab_qe.bands_workchain = aiidalab_qe.plugins.bands.bands_workchain:BandsWorkChain | ||
|
||
[aiidalab] | ||
title = Quantum ESPRESSO | ||
description = Perform Quantum ESPRESSO calculations | ||
description = The Quantum ESPRESSO (QE) app is a web-based interface within AiiDAlab that allows users to perform first-principles calculations and analyze material properties (e.g., band structures) directly from their browser. | ||
categories = | ||
quantum | ||
|
||
[bumpver] | ||
current_version = "v24.10.0a2" | ||
current_version = "v24.10.0a4" | ||
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" | ||
commit_message = "Bump version {old_version} -> {new_version}" | ||
commit = True | ||
|
Oops, something went wrong.