Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode authored Sep 20, 2023
1 parent 7e9934a commit 2923676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ExtXYZ.jl

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/libAtoms/ExtXYZ.jl/CI.yml?branch=master) [![docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://libAtoms.github.io/ExtXYZ.jl/dev) [![docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://libatoms.github.io/ExtXYZ.jl/stable)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/libAtoms/ExtXYZ.jl/CI.yml?branch=master) [![docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://libAtoms.github.io/ExtXYZ.jl/dev) [![docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://libatoms.github.io/ExtXYZ.jl/stable) [![codecov](https://codecov.io/gh/libAtoms/ExtXYZ.jl/graph/badge.svg?token=BG518VH72K)](https://codecov.io/gh/libAtoms/ExtXYZ.jl)

This package provides Julia bindings for the [extxyz](https://github.com/libAtoms/extxyz) C library which implements a parser and writer for the extended XYZ file format used in materials and molecular modelling, following the [specification](https://github.com/libAtoms/extxyz#extended-xyz-specification-and-parsing-tools) set out in the extxyz repo. Moreover the `ExtXYZ.Atoms` object directly adheres to the [AtomsBase](https://github.com/JuliaMolSim/AtomsBase.jl) common interface for atomistic structures.

Expand Down

0 comments on commit 2923676

Please sign in to comment.