Coder Social home page Coder Social logo

gpetretto / aiida-common-workflows Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aiidateam/aiida-common-workflows

0.0 2.0 0.0 649 KB

A repository for the implementation of common workflow interfaces across materials-science codes and plugins

Python 100.00%

aiida-common-workflows's Introduction

aiida-common-workflows

A repository to collect ideas and first implementations for common workflow interfaces across materials science codes and plugins.

The aim of the project consists in achieving a common interface for different codes to compute in an automated way common materials properties.

For a specific task (for instance the relaxation of a structure), we agree on the API of a "builder factory" (named for instance following the pattern <Code><Task>InputGenerator), i.e. a python class that is able to return an AiiDA builder containing the required inputs to submit an AiiDA process (typically a WorkChain) computing the property. With API we mean the name and signature of the methods that this "builder factory" has and its expected inputs. In other words, a line of the kind:

input_generator = <Code><Task>InputGenerator()
builder = inputs_generator.get_builder(par1, par2, ...)

should return a builder for an AiiDA process able to complete the task <Task> and the inputs of get_builder (indicated in the example with par1, par2, ...) must be the same for each <Code> (given a <Task>).

In addition to a method get_builder, the class <Code><Task>InputGenerator has additional methods, for instance to return information about the possible options available for the specific task.

Finally, the AiiDA process to be run (whose builder is return by get_builder) should return standardized outputs among different codes, for a specific task. For instance, in the case of the relaxation of a structure, all should return a StructureData node, with an output return link labeled relaxed_structure, with the final structure obtained after a relaxation.

More information for developer can be found on the wiki of this repository.

aiida-common-workflows's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.