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

aiida-bigdft

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiida-bigdft

Translation layer for AiiDA-PyBigDFT

  • 0.3.0
  • Source
  • PyPI
  • Socket score

Maintainers
2

aiida-bigdft

Translation layer for AiiDA-PyBigDFT

Installation

pip install aiida-bigdft
verdi quicksetup  # better to set up a new profile
verdi plugin list aiida.calculations  # should now show your calculation plugins

Requirements

  • A functioning BigDFT installation
  • A copy of bigdft.py (Available in later versions of BigDFT, but also in this repository at bigdft/bigdft.py)

When setting up the BigDFT code, ensure that the executable is set to the bigdft.py script.

It is also important to source the install/bin/bigdftvars.sh script in your prepend.

# aiida code prepend

source ${BIGDFT_BUILD_DIR}/install/bin/bigdftvars.sh

Where BIGDFT_BUILD_DIR is the directory in which BigDFT was built.

Usage

To see how calculations can be submitted, see the examples directory:

verdi daemon start     # make sure the daemon is running
cd examples
verdi run examples/example_01.py        # run test calculation
verdi process list -a  # check record of calculation

The plugin also includes verdi commands to inspect its data types:

verdi data bigdft list
verdi data bigdft export <PK>

WorkChains

The included workchains use the namespace format, so inputs should be placed under the bigdft namespace when launching a workchain

License

MIT

Contact

bigdft-developers@lists.launchpad.net

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