Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 148a78a

Browse files
adds an explanatory text describing the qvectors class
1 parent 121bb0d commit 148a78a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swfiles/+sw_classes/qvectors.m

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
classdef qvectors < handle
2+
% Class for describing qvectors, which are the hkl coordinates in
3+
% three-dimensional space that describes the orientation of one unit cell
4+
% of the crystal lattice with respect to the origin
25
properties
36
hkl
47
nChunk % number of times to process (by taking into account the avalable memory)

0 commit comments

Comments
 (0)