Skip to main content
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Nanostructure Modeling

Nanostructure Modeling


Summary:

Nanostructure modeling is the computation of the positions and orbitals of atoms in arbitrary nanostructures. We have parallelized the nanostructure modeling code.

Accurate atomic-scale quantum theory of nanostructures and nanosystems fabricated from nanostructures enables precision metrology of these nanosystems and provides the predictive, precision modeling tools needed for engineering these systems for applications including advanced semiconductor lasers and detectors, single photon sources and detectors, biosensors, and nanoarchitectures for quantum coherent technologies such as quantum computing. The tight-binding model based upon the Linear Combination of Atomic Orbitals (LCAO) method provides an accurate atomistic theory for nanostructures.       


Additional Technical Details:

Parallelization of the Nanostructure Modeling Code

The tight-binding method is ideal for modeling small nanostructures. However, for modeling nanostructures with more than 25,000 atoms, the method is impractical on sequential computers due to long run times. Significant improvements in run time can be achieved through parallelization. 

There are two parts to parallelizing this problem: creating the structure; and solving the Hamiltonian equation. The structure is created geometrically. We parallelize this by dividing the structure into layers. Communication is across layers. The starting point is a cubic structure that encompasses the desired nanostructure; the structure shape is created by pruning away the excess. We parallelize solving the Hamiltonian with PARPACK. The parallel implementation can handle arbitrary nanostructure shapes through an input file specification procedure.       


Performance of the Parallelized Code

We ran the code on the NIST Cluster of 500Mhz Pentium III processors. Each processor has a Gigabyte of memory. For the structure consisting of three concentric spheres with diameters 3, 4, and 5 lattice units, the timing data closely matches the formula: T = 655.7 + 3116.0/N. T is execution time (in seconds), and N is the number of processors. The non-parallelizable computation time is 655.7 seconds; while the parallelizable portion of the computation uses 3116.0 seconds. Thus the portion of the code that was directly parallelizable with PARPACK is almost 83%.         


Applications:

Modeling Quantum Dots:        The optics of self-assembled quantum dots, also known as artificial atoms, has been studied using our parallelization. Such systems contain up to a million atoms and can only be studied using the parallel implementation. We show how nanomechanical strain can be used to dynamically reengineer the optics of these quantum dots, giving a tool to manipulate mechanoexciton shape,  fine-structure splitting and optical transitions, transfer carriers between dots and interact qubits for quantum processing. Most importantly, nanomechanical strain provides both phase and energy control to modify the inner workings of excitons. These are all capabilities needed to use QDs in nanophotonics, quantum information processing, and in optically active devices, such as optomechanical cavities and semiconductor nanotubes.


Return to High Performance Computing
Created October 19, 2010, Updated June 2, 2021