Closed hongyi-zhao closed 2 years ago
I admit that a common prefix is a feature of gtpack
, but this is not a general convention for coding. It depends on the developer's taste. As for SpaceGroupIrep
, because it has been released for more than one year and has related research paper published, it's really a bad idea to change all the function names to make unnecessary troubles for users.
In fact, one can easily know what functions/variables SpaceGroupIrep
has by
?SpaceGroupIrep`*
I noticed that all the customized commands of
gtpack
are prefixed withGT
, so I think the similar feature also can be implemented inSpaceGroupIrep
to facilitate invocation and selection of all commands/functions.A possible change might look like this:
showBZDemo -> SGShowBZDemo
.Regards, HZ