How to build different structures using programming

Click For Summary
SUMMARY

This discussion focuses on generating nanostructures using programming languages such as C and Python. The conversation highlights the importance of simulation methods and algorithms for creating random structures, emphasizing the need for foundational literature in computational physics. Recommended texts include "Numerical Methods for Physics" by Alejandro L. Garcia and "Computational Physics" by J.M. Thijssen. The discussion also addresses specific techniques for generating structures, such as adding random displacements for slightly disordered crystal structures and utilizing finite temperature molecular dynamics for more complex arrangements.

PREREQUISITES
  • Understanding of computational physics principles
  • Familiarity with programming in C and Python
  • Knowledge of algorithms for simulating physical systems
  • Basic concepts of crystal structures and their properties
NEXT STEPS
  • Research "finite temperature molecular dynamics" for advanced structure generation
  • Explore "annealing algorithms" for optimizing nanostructure configurations
  • Study "random close packing" techniques in computational materials science
  • Learn about "crystal structure modeling" specific to materials like gold (FCC)
USEFUL FOR

Students and researchers in nanoelectronics, computational physicists, and programmers interested in simulating nanostructures and crystal geometries.

acharya4689
Messages
4
Reaction score
0
Hi All,

Greetings..!

I am a master student in nanoelectronics from India. I wish to know how to generate nanostructures (for example as shown in figure attached) using programming (C/Python). Are there any algorithms or literature that discuss how some random structure of nanoclusters can be generated by computer programming... Please help me in this regard..!

Thank you...!
 

Attachments

  • Al.png
    Al.png
    6.6 KB · Views: 543
Physics news on Phys.org
You don't generate nanostructures using programming language. My bet is that you are looking for methods of simulating them using a computer. That can be broken into two parts: model used for simulation, and code required to implement the simulation. And yes, there are books on both - but the way you asked the question suggests you need something very basic as a starting point. See if you can put your hands on these books:

Alejandro L. Garcia, Numerical Methods for Physics (Prentice Hall, 1994)
J.M. Thijssen. Computational Physics. Springer Verlag, 1999.
S.E. Koonin and D. Meredith. Computational Physics. Addison Wesley, 1990.
J. Gibbs. Computational Physics. World Scientific, 1994.
B. Giordano. Computational Physics. Preston, 2005.
 
The OP may well have been asking if there are algorithms to generate "random" structures, which would then ultimately be studied in the ways Borek suggested. I don't think there is a generic answer to this question, and depends more on the application and structure of interest. For example, a slightly disordered crystal structure could be generated by simply adding a small random displacement to the position of each atom. However, more disordered structures (such as random close packed) can be extremely hard to generate on the computer, and require more sophisticated algorithms (finite T molecular dynamics, annealing, etc).
 
t!m said:
The OP may well have been asking if there are algorithms to generate "random" structures, which would then ultimately be studied in the ways Borek suggested. I don't think there is a generic answer to this question, and depends more on the application and structure of interest. For example, a slightly disordered crystal structure could be generated by simply adding a small random displacement to the position of each atom. However, more disordered structures (such as random close packed) can be extremely hard to generate on the computer, and require more sophisticated algorithms (finite T molecular dynamics, annealing, etc).


Thank you t!m for the reply. Well here I want to build a tip geometry (a pyramid structure with square base) a single atom at the apex and every layer the number of atoms are i**2 (i number of layers). How to I generate such structure.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 43 ·
2
Replies
43
Views
7K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K