Giter Site home page Giter Site logo

qc_json_schema's Introduction

QC_JSON_Schema

A JSON Schema for Quantum Chemistry

The purpose of this schema is to provide API like access to pre-existing quantum chemistry packages to enable more complex workflows. The core of this is to avoid parsing ASCII-based output files and place output variables, vectors, matrices in a consistent format that can be easily parsed.

High Level Aspirations

In order to help define the overall scope and direction of the specification several high level goals will be pursued:

  • Ability to connect to visualizers and GUI's
  • Connect to existing Workflows tools
  • Transfer data between QM programs (Orbitals, Densities, etc)
  • Provide a rigorous record of computation for large scale QM databases
  • Provide a framework for QM API access

A concrete list of requirements for this schema can be found here.

Example

The following is an example Python version. Note that the specification is likely to change heavily, especially with regard to units. However, this is an example of the common input and output structures:

>>> json_molecule = {}
>>> json_molecule["geometry"] = [0, 0, 0, 0, 0, 1]
>>> json_molecule["atoms"] = ["He", "He"]

>>> json_input = {}
>>> json_input["molecule"] = json_molecule
>>> json_input["driver"] = "energy"
>>> json_input["method"] = {"expression": "SCF",
                            "basis":     "sto-3g"}

A discussion of each top level component can be found here. Details can also be found on variable names and the technical specifications.

Partners

The following is a list of programs that have agreed to implement this JSON specification once a stable version has been released. If do not see your code here and would like to be part of the project, get in touch!

Organizations

Visualizers

Quantum Chemistry Engines

Translators

Governance

This project is currently managed by the following members:

This management group will serve as a nexus for writing the schema and facilitate communication with the community.

Existing JSON Efforts

The following is a list of efforts that are very similar to the current proposed spec. The idea is to pull from this diverse group and coalesce into a single specification to prevent duplication of effort.

qc_json_schema's People

Contributors

dgasmith avatar wadejong avatar avirshup avatar loriab avatar tovrstra avatar bobhanson avatar ghutchis avatar cryos avatar

Watchers

James Cloos 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.