goodluck1982 / SpaceGroupIrep

A mathematica package for irreducible representations of space group
GNU General Public License v3.0
53 stars 20 forks source link

Feature request: Add a common command prefix to facilitate command/function selection/invocation. #34

Closed hongyi-zhao closed 2 years ago

hongyi-zhao commented 2 years ago

I noticed that all the customized commands of gtpack are prefixed with GT, so I think the similar feature also can be implemented in SpaceGroupIrep to facilitate invocation and selection of all commands/functions.

image

A possible change might look like this: showBZDemo -> SGShowBZDemo.

Regards, HZ

goodluck1982 commented 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`*

image