Devlog #1!
I’m building a python script that will model the effect of proton tunneling on DNA base pairs. I hope to return the exact probability that a hydrogen proton tunnels and traps DNA in a state that causes errors with gene replication. Later, I’m going to connect this script to a Flutter user interface so that users can visualize their results in real time.
So far I’ve:
- Built a small script that can graph a potential well and basically nothing else
- But I did start learning matplotlib and numpy so progress should get quicker
Now I get to solve the time-dependent Schrodinger Equation (looks like a lot of fun…)
Comments 1
Dope concept!
Sign in to join the conversation.