Giter Site home page Giter Site logo

pavelstishenko / spglib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spglib/spglib

0.0 1.0 0.0 7.04 MB

C library for finding and handling crystal symmetries

Home Page: https://spglib.github.io/spglib/

License: BSD 3-Clause "New" or "Revised" License

Python 15.87% Fortran 2.43% C 79.45% Shell 0.13% Ruby 1.80% Batchfile 0.01% Makefile 0.06% M4 0.05% CMake 0.20%

spglib's Introduction

Version Badge Downloads Badge PyPI Build Status

Spglib

C library for finding and handling crystal symmetries

How to compile with cmake

% mkdir _build
% cd _build
% cmake ..
% make
% make install (probably installed under /usr/local)

Or to install under /some/where

% mkdir _build
% cd _build
% cmake -DCMAKE_INSTALL_PREFIX="" ..
% make
% make DESTDIR=/some/where install

A simple test is executed by

% make check

Mailing list for questions

Usual spglib questions should be sent to spglib mailing list (https://sourceforge.net/p/spglib/mailman/).

Development

The development of spglib is managed on the develop branch of github spglib repository.

  • Github issues is the place to discuss about spglib issues.
  • Github pull request is the place to request merging source code.

Documentation

Spglib user documetation is written using python sphinx. The source files are stored in doc directory. Please see how to write the documentation at doc/README.md.

spglib's People

Contributors

atztogo avatar jochym avatar exphp avatar shyuep avatar merkys avatar seatonullberg avatar serval2412 avatar lauri-codes avatar quantifiedcode-bot avatar colin-daniels avatar stefanbruens avatar afonari avatar carstentubt avatar davydden avatar heirecka avatar krefson avatar dev-zero avatar mstkymgch avatar

Watchers

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