Skip to content

Instantly share code, notes, and snippets.

@ghutchis
Created October 27, 2011 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghutchis/1320887 to your computer and use it in GitHub Desktop.
Save ghutchis/1320887 to your computer and use it in GitHub Desktop.
quantum shells
int numcartpershell[14] = {1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 93, 107};
const char* map[14] = {"S\0", "P\0", "D\0", "F\0", "G\0", "H\0",
"I\0", "K\0", "L\0", "M\0", "N\0", "O\0", "Q\0", "R\0"};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment