Undergraduate Researcher
Hello! My name is Kayvon Tabrizi, and I do computational biophysics research in the GrayLab. Here are some of the projects I've been working on:
- Detailed-Balance in Rosetta
- Surface Binding Free Energy Calculations
These are some results:
| Col 1 | Column 2 |
|---|---|
| 31.4159265 | Val 12 |
| 3.5897 | Val 22 |
By the way, here's how you write code:
# loop through each word in sentence
for i, word in enumerate(sentence):
print "This is the {}th word!".format(i + 1)
exit()
(A demonstration of the enumerate command in Python.)