From e944ece5ecb74d7a452c02bfd909af90334ee4f7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 17 Aug 2023 14:39:47 +0200 Subject: [PATCH] document source of symmetry operations --- python/damask/_crystal.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python/damask/_crystal.py b/python/damask/_crystal.py index 9434515f5..ee817496d 100644 --- a/python/damask/_crystal.py +++ b/python/damask/_crystal.py @@ -548,7 +548,17 @@ class Crystal(): @property def symmetry_operations(self) -> Rotation: - """Symmetry operations as Rotations.""" + """ + Return symmetry operations. + + References + ---------- + U.F. Kocks et al., + Texture and Anisotropy: + Preferred Orientations in Polycrystals and their Effect on Materials Properties. + Cambridge University Press 1998. Table II + + """ _symmetry_operations: Dict[CrystalFamily, List] = { 'cubic': [ [ 1.0, 0.0, 0.0, 0.0 ],