Simulation code for performance comparisons between CNFETs and MOSFETs
GIT STUFF FOR AKSHAY:
When you make a new file and want to add it to be tracked git add ---or--- git add
to commit your changes: git commit -m "<message about the changes you're making>"
to put stuff up online: git push origin master
to pull stuff from online (try to always pull before you commit): git pull origin master