Skip to content

Commit

Permalink
update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcodev31 committed Oct 31, 2015
1 parent 5f16e96 commit b4b28ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include (GenerateExportHeader)

set(LIBMSYM_MAJOR_VERSION 0)
set(LIBMSYM_MINOR_VERSION 2)
set(LIBMSYM_PATCH_VERSION 0)
set(LIBMSYM_PATCH_VERSION 1)
set(LIBMSYM_VERSION ${LIBMSYM_MAJOR_VERSION}.${LIBMSYM_MINOR_VERSION}.${LIBMSYM_PATCH_VERSION})

set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for msym library")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Get symmetrically equivalent elements and symmetrize translation of any any elem
Generate character tables for any point group (complex characters form reducible representations)

## wave functions
Generate SALCs of real spherical harmonics for non icosahedral point groups with real characters (Ci, Cs, Cnv, Dn, Dnh, Dnd, Td, O and Oh) for any angular momentum, as well as symmetrize orbitals, determine partner functions etc.
Generate SALCs of real spherical harmonics with any angular momentum for point groups with real characters (Ci, Cs, Cnv, Dn, Dnh, Dnd, Td, O, Oh, I and Ih), as well as symmetrize orbitals, determine partner functions etc.

## installing

Expand Down

0 comments on commit b4b28ec

Please sign in to comment.