Ideas for a project in computational chemistry?

Click For Summary
SUMMARY

The forum discussion centers on project ideas for a computational chemistry course requiring Python implementation. Key suggestions include modeling chemical reactions, focusing on solving partial differential equations (PDEs), and simulating chemical kinetics experiments. Specific tools recommended are Psi4 and PySCF for quantum chemistry calculations, as well as numerical integration methods for analyzing reaction rate data. Additional ideas include simulating oscillators like the Belousov–Zhabotinsky reaction and creating titration curves for polyprotic acids.

PREREQUISITES
  • Basic understanding of computational chemistry concepts
  • Proficiency in Python programming
  • Familiarity with quantum chemistry algorithms
  • Knowledge of numerical integration methods
NEXT STEPS
  • Explore Psi4 for quantum chemistry calculations
  • Learn about PySCF for electronic structure calculations
  • Research numerical integration techniques for chemical kinetics
  • Investigate methods for modeling chemical reactions using PDEs
USEFUL FOR

Students in computational chemistry, Python developers interested in scientific computing, and researchers looking to implement simulations in chemistry.

yenK
Messages
1
Reaction score
0
Hi all,

I'm having a course on computational chemistry, as part of a bachelor curriculum. We have a project that is due to 4 weeks and I'm failing to find an interesting idea for this project that has to be done using Python. It can be anything, as long as it involves chemistry and coding.

Would you guys have any idea for a tool or research that I could try to make it happen?

Thank you!
 
Chemistry news on Phys.org
What about modeling chemical reactions?

example

you could focus on using different methods to solve the pde and analyzing their convergence behavior. you could also determine a reaction rate given a set of data, etc.
 
Simulation of oscillators (like Belousov–Zhabotinsky reaction) is always fun.
 
Simple molecular dynamics can probably be done if everything is hardcoded.
 
Two suggestions: How about implementing quantum chemistry algorithms in Python to perform calculations such as molecular orbital theory, electronic structure calculations, or molecular dynamics simulations. Libraries like Psi4 or PySCF can be used for quantum chemistry calculations.

Or you could create a Python program to simulate chemical kinetics experiments and analyze reaction rate data. You can implement numerical integration methods to solve rate equations and visualize the kinetics of different reactions.
 
Topic's been up for a few days, and small number of responses - maybe some you could use.

How about making a titration curve for a polyprotic acid?
 
  • Like
Likes   Reactions: docnet

Similar threads

Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
535
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
889
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K