-
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.
Fixing the bug in the plugins installation (#880)
* Adding the package_name in the value and in the docs. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adding ruff disabling. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * reverting to top-level-key=plugin_name and adding the title in the yaml, to be used as title in the available plugins list. * Update plugin_registry.rst --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bb25f05
commit 0ea9a4c
Showing
3 changed files
with
15 additions
and
24 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,18 +1,21 @@ | ||
--- | ||
Bader charge analysis (aiida-bader): | ||
aiida-bader: | ||
title: Bader charge analysis (aiida-bader) | ||
description: Perform Bader charge analysis of the electronic charge density | ||
author: Xing Wang | ||
github: https://github.com/superstar54/aiida-bader | ||
documentation: https://aiida-bader.readthedocs.io/ | ||
pip: aiida-bader | ||
|
||
Phonons and IR/Raman (aiidalab-qe-vibroscopy): | ||
description: Plugin to compute phonons, IR/Raman spectra, Inelastic Neutron Scattering of materials | ||
aiidalab-qe-vibroscopy: | ||
title: Phonons and IR/Raman (aiidalab-qe-vibroscopy) | ||
description: Plugin to compute phonons, IR/Raman spectra, Inelastic Neutron Scattering of materials via finite displacement and finite field approach. | ||
author: Miki Bonacci, Andres Ortega Guerrero, Lorenzo Bastonero and Nicola Marzari | ||
pip: aiidalab-qe-vibroscopy==1.1.1 | ||
post_install: setup-phonopy | ||
|
||
Muon spectroscopy (aiidalab-qe-muon): | ||
description: Compute properties to assist µSR experiments, such as muon stopping sites and related properties | ||
aiidalab-qe-muon: | ||
title: Muon spectroscopy (aiidalab-qe-muon) | ||
description: Compute properties to assist µSR experiments, such as muon stopping sites and related properties (local fields and polarization signals). | ||
author: Miki Bonacci, Ifeanyi J. Onuorah, Pietro Bonfa', Giovanni Pizzi and Roberto de Renzi | ||
github: https://github.com/mikibonacci/aiidalab-qe-muon |