Skip to content

Commit

Permalink
[XAS]: Migrate XAS App to New Repository (aiidalab#1139)
Browse files Browse the repository at this point in the history
Removes the XAS app from the AiiDAlab-QE repository as part of migrating the app to `aiidaplugins/aiida-qe-xspec`.
  • Loading branch information
PNOGillespie authored Feb 5, 2025
1 parent 7bea74e commit 1c59b5c
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1,392 deletions.
4 changes: 2 additions & 2 deletions plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ aiidalab-qe-muon:
github: https://github.com/mikibonacci/aiidalab-qe-muon

aiida-qe-xspec:
title: XPS (aiida-qe-xspec)
title: Core-level spectroscopy (aiida-qe-xspec)
description: Core-level spectroscopy calculations with Quantum ESPRESSO.
author: Xing Wang, Peter Gillespie
github: https://github.com/aiidalab/aiida-qe-xspec
github: https://github.com/aiidaplugins/aiida-qe-xspec
documentation: https://aiida-qe-xspec.readthedocs.io/
pip: aiida-qe-xspec
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ aiidalab_qe.app.static.styles = *.css
aiidalab_qe.app.static.templates = *.jinja
aiidalab_qe.app.structure.examples = *
aiidalab_qe.app.result.components.summary = schema.json
aiidalab_qe.plugins.xas = pseudo_toc.yaml
aiidalab_qe.plugins.xas.structure_examples = *

[options.entry_points]
aiidalab_qe.properties =
bands = aiidalab_qe.plugins.bands:bands
pdos = aiidalab_qe.plugins.pdos:pdos
electronic_structure = aiidalab_qe.plugins.electronic_structure:electronic_structure
xas = aiidalab_qe.plugins.xas:xas

aiida.workflows =
aiidalab_qe.bands_workchain = aiidalab_qe.plugins.bands.bands_workchain:BandsWorkChain
Expand Down
43 changes: 0 additions & 43 deletions src/aiidalab_qe/plugins/xas/__init__.py

This file was deleted.

232 changes: 0 additions & 232 deletions src/aiidalab_qe/plugins/xas/model.py

This file was deleted.

26 changes: 0 additions & 26 deletions src/aiidalab_qe/plugins/xas/pseudo_toc.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions src/aiidalab_qe/plugins/xas/resources.py

This file was deleted.

7 changes: 0 additions & 7 deletions src/aiidalab_qe/plugins/xas/result/__init__.py

This file was deleted.

Loading

0 comments on commit 1c59b5c

Please sign in to comment.