C/C++ Model Hexagonal Ice Ih using C++: Tips & Visualizations

  • Thread starter Thread starter pazmush
  • Start date Start date
  • Tags Tags
    Ice Model Tips
AI Thread Summary
The discussion centers on modeling hexagonal ice Ih using C++. Participants express the need for clarity regarding the specific modeling goals, particularly in relation to properties to be calculated or visualized. Recommendations for resources include Jensen's "Introduction to Computational Chemistry" for foundational knowledge. One user has made progress by creating an 8-molecule unit cell using C++ and OpenGL but seeks advice on producing proton-disordered ice and expanding the model to larger unit cells, ideally 5x5x5 or more. There is a call for assistance with implementing algorithms for proton disordering, highlighting a gap in programming skills among some participants. The conversation emphasizes the importance of defining the modeling objectives to receive effective guidance.
pazmush
Messages
32
Reaction score
0
Hexagonal ice??

Has anyone ever modeled hexagonal ice Ih using c++ before??

Or has anyone got any tips on how to visualize the structure?
 
Technology news on Phys.org


I'm sure someone has. But the choice of programming language wouldn't normally be the first consideration. What kind of model did you have in mind?

There's quite a lot of software out there, open source, commercial and otherwise for all types of chemical calculations, modelling and visualization. There's also a plethora of books on computational chemistry.
 


Could you recommend any specific books?

Or programmes?
 


Nobody will be able to help as long as you don't explain what exactly you want to model. "Hexagonal ice" is rather ambiguous.
 


pazmush said:
Could you recommend any specific books?

Or programmes?

You'd have to tell me what kind of model you want to do? Or at least what kind of properties you want to calculate, so that you can decide upon a model.

You could start with a book like Jensen's "Introduction to computational chemistry". It has a broad scope that covers most areas and methods.
 


Ok, well I'm trying to model proton disordered ice Ih, and so far I've managed to draw an 8 molecule unit cell usiong c++ and openGL but its not very good, have you got any tips
 


Do you just want to draw a model, or do you want to model (ie calculate) some specific property of the ice?
 


I would like to be able to produce proton disordered ice, using some kind of algorithm or somthing which i haven't quite figured out.

And i need to be able to make the crystal as big as possible , probably like a 5X5X5 or greater set of unit cells.
 


Or maybe work some stuff out, that would be pretty good.
 
  • #10


Can anyone help with the proton disordering in c++?

Apparently its really easy.

Is think i understand the concept but my programming skills arent so hot so i don't really know wher eto start.
 
  • #11


We still have no idea what you are doing.
 
Back
Top