forked from cryos/avogadro
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added several spglib functions for crystals
Added space group perception, primitive reduction, and cell conventionalization. In addition, the user can specify the tolerance for all of these features. All of the features use spglib to perform them. When performing any action, the program tells the user what the tolerance is currently set to.
- Loading branch information
Showing
8 changed files
with
761 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
set(spacegroup_srcs | ||
spacegroup.cpp | ||
) | ||
|
||
set(spacegroup_uis | ||
|
||
) | ||
|
||
avogadro_plugin(SpaceGroup | ||
"Space group features for crystals." | ||
ExtensionPlugin | ||
spacegroup.h | ||
SpaceGroup | ||
"${spacegroup_srcs}" | ||
"${spacegroup_uis}" | ||
) | ||
|
Oops, something went wrong.