Fix check for c in n3fit/checks.py
Created by: scarlehoff
Fixes the check since it was only looking for cp and should be looking for c as well.
I realised that we had only two basis using charm and they used a different definition (c vs cp) so I've added an alias so that one can use "c" in both if one wishes (unless we want to enforce that distinction for some reason).