Skip to content

Commit b4b28ec

Browse files
committed
update version and README
1 parent 5f16e96 commit b4b28ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include (GenerateExportHeader)
1010

1111
set(LIBMSYM_MAJOR_VERSION 0)
1212
set(LIBMSYM_MINOR_VERSION 2)
13-
set(LIBMSYM_PATCH_VERSION 0)
13+
set(LIBMSYM_PATCH_VERSION 1)
1414
set(LIBMSYM_VERSION ${LIBMSYM_MAJOR_VERSION}.${LIBMSYM_MINOR_VERSION}.${LIBMSYM_PATCH_VERSION})
1515

1616
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for msym library")

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Get symmetrically equivalent elements and symmetrize translation of any any elem
99
Generate character tables for any point group (complex characters form reducible representations)
1010

1111
## wave functions
12-
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.
12+
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.
1313

1414
## installing
1515

0 commit comments

Comments
 (0)