Coder Social home page Coder Social logo

steinmig / spglib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spglib/spglib

0.0 0.0 0.0 7.66 MB

C library for finding and handling crystal symmetries

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

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

Shell 0.01% Ruby 0.35% C++ 0.48% Python 4.15% C 94.44% Fortran 0.47% Makefile 0.02% CMake 0.09%

spglib's Introduction

Version Badge Downloads Badge PyPI

Spglib

C library for finding and handling crystal symmetries

How to compile with cmake

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

Or to install under the parent directory,

% mkdir _build
% cd _build
% cmake -DCMAKE_INSTALL_PREFIX=.. ..
% cmake --build .
% cmake --install . --prefix ..

See test/README.md for simple tests.

How to run test

Test is provided with the python interface. Python >= 3.7 is required for this test.

% cd python
% pip install -e .
% pytest

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.

Mailing list for questions

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

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.