clue_oxide 0.2.1

CluE Oxide (Cluster Evolution Oxide) is a spin dynamics simulation program for electron spin decoherence
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// This function prints the help message.
pub fn print_help(){
  println!("\
Usage:\n    \
    clue_oxide input [-o \"options\"]\n\
\n\
Options:\n    \
    -h, --help       Prints help information.\n    \
    -H, --hide-title Do not display title information.\n    \
    -l, --license    Prints license.\n    \
    -O, --option     input additional options.\n    \
    -V, --version    Prints version information.\n    \
    -W, --warrenty   Prints warrenty information.\n    \
");
}