Skip to content

Commit

Permalink
Fixed symmetry operator table generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Oct 6, 2021
1 parent b78a603 commit c767e89
Show file tree
Hide file tree
Showing 4 changed files with 1,378 additions and 1,333 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.16)

# set the project name
project(cifpp VERSION 2.0.0 LANGUAGES CXX)
project(cifpp VERSION 2.0.1 LANGUAGES CXX)

list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 2.0.1
- Fixed the generator for the symmetry operator table

Version 2.0.0
- New API interface for accessing query results
- Removed bzip2 support
Expand Down
Loading

0 comments on commit c767e89

Please sign in to comment.