Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiida-raspa

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiida-raspa

AiiDA plugin for RASPA code

  • 2.0.0
  • Source
  • PyPI
  • Socket score

Maintainers
4

Build Status PyPI version

PluginAiiDAPython
2.0.0Compatibility for v1.2PyPI pyversions
1.2.0Compatibility for v1.2PyPI pyversions

AiiDA RASPA

AiiDA plugin for RASPA2.

Designed to work with with RASPA 2.0.37 or later. Latest tests run for RASPA 2.0.47.

Documentation

The documentation for this package can be found on Read the Docs.

Installation

If you use pip, you can install it as:

pip install aiida-raspa

If you want to install the plugin in an editable mode, run:

git clone https://github.com/lsmo-epfl/aiida-raspa
cd aiida-raspa
pip install -e .  # Also installs aiida, if missing (but not postgres/rabbitmq).

Examples

See examples folder for complete examples of setting up a calculation or a work chain.

Simple calculation

cd examples/simple_calculations
verdi run example_base.py <code_label> --submit          # Submit example calculation.
verdi process list -a -p1                                # Check status of calculation.

Work chain

cd examples/workchains
verdi run example_base_restart_timeout.py <code_label>  # Submit test calculation.
verdi process list -a -p1                                # Check status of the work chain.

License

MIT

Acknowledgements

This work is supported by:

MARVEL MaX swissuniversities

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc