Skip to content
forked from spglib/spglib

C library for finding and handling crystal symmetries

License

Notifications You must be signed in to change notification settings

yiwang62/spglib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C library for finding and handling crystal symmetries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.5%
  • Python 15.9%
  • Fortran 2.4%
  • Ruby 1.8%
  • CMake 0.2%
  • Shell 0.1%
  • Other 0.1%