An open API service indexing awesome lists of open source software.

https://github.com/juliamolsim/atomscalculators.jl

A Julian abstract interface for atomistic calculators.
https://github.com/juliamolsim/atomscalculators.jl

Last synced: about 1 month ago
JSON representation

A Julian abstract interface for atomistic calculators.

Awesome Lists containing this project

README

        

# AtomsCalculators

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMolSim.github.io/AtomsCalculators.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMolSim.github.io/AtomsCalculators.jl/dev/)
[![Build Status](https://github.com/JuliaMolSim/AtomsCalculators.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaMolSim/AtomsCalculators.jl/actions/workflows/CI.yml?query=branch%3Amaster)

This is a calculation interface for [AtomsBase](https://github.com/JuliaMolSim/AtomsBase.jl) meant to extend the interface for calculators, for example energies, forces, and so forth. At this moment this is a preliminary version with molecular dynamics and various geometry optimizations in mid. In the future more general functionality may be added. Utility functions exist for extending functions definitions, and testing the implementations. See [the documentation](https://JuliaMolSim.github.io/AtomsCalculators.jl/dev/) for details.