Ripple perturbation of a Graphene sheet.¶
Introduction.¶
This tutorial demonstrates the process of creating edge induced ripples in graphene nanosheet based on the work presented in the following manuscript, where the mechanical properties of graphene edges were studied.
Manuscript
Thompson-Flagg, R. C., Moura, M. J. B., & Marder, M. "Rippling of graphene" EPL (Europhysics Letters), 85(4), 46002 (2009) DOI: 10.1209/0295-5075/85/46002. 123
We will focus on creating graphene with edge-induced ripples that match the patterns observed in experimental studies, as shown in FIG. 1.

1. Create Graphene Nanoribbon.¶
1.1. Load Graphene Material.¶
Navigate to Materials Designer and import the graphene material from the Standata.

1.2. Launch JupyterLite Session.¶
Select the "Advanced > JupyterLite Transformation" menu item to launch the JupyterLite environment.

1.3. Open create_nanoribbon.ipynb notebook.¶
Find create_nanoribbon.ipynb in the list of notebooks and click/double-click to open it.
1.4. Set up nanoribbon parameters.¶
Edit notebook to set the nanoribbon parameters:
1 2 3 4 5 6 7 8 9 | |

1.5. Run the notebook.¶
After setting the parameters, run the notebook by selecting "Run > Run All Cells" from the menu. This will create a graphene nanoribbon with the specified dimensions.

2. Create Ripples in the Nanoribbon.¶
2.1. Open create_perturbation_custom.ipynb notebook.¶
Find create_perturbation_custom.ipynb in the list of notebooks and click/double-click to open it.
2.2. Set up perturbation parameters.¶
Next, we need to set up the parameters for creating rippled graphene.
Edit notebook in 1.2. to set generic perturbation parameters:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |
Then modify section 1.3 to define the custom perturbation function:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |

Key parameters explained:
AMPLITUDEControls the height of the ripples (0.09 Ã…)WAVELENGTHControls the spacing between ripples (0.2 in crystal coordinates)EDGE_WIDTHControls how far the ripples extend from the edges (0.25 in crystal coordinates)PHASE_X/PHASE_YControls the phase shift of the ripple pattern
2.3. Run the notebook.¶
After setting the parameters, run the notebook by selecting "Run > Run All Cells" from the menu.

3. Pass the Material to Materials Designer.¶
The rippled graphene structure will be automatically passed back to the current Materials Designer environment where user can save it.
Graphene with edge-induced ripples with amplitude of 0.09 crystal units.

Graphene with edge-induced ripples with amplitude of 0.27 crystal units.

Or user can save or download the material in Material JSON format or POSCAR format.
Interactive JupyterLite Notebook.¶
The following JupyterLite notebook demonstrates the process of creating rippled graphene. Select "Run" > "Run All Cells".
Parameters Fine-tuning.¶
If user need to adjust the ripple pattern, user can modify these key parameters:
- To change ripple height:
-
Adjust AMPLITUDE (higher value = taller ripples)
-
To change ripple spacing:
-
Adjust WAVELENGTH (higher value = more spread out ripples)
-
To change how far ripples extend from edges:
-
Adjust EDGE_WIDTH (higher value = ripples extend further from edges)
-
To change the ripple pattern:
- Adjust PHASE_X and PHASE_Y to modify the wave interference pattern
References.¶
-
R. C. Thompson-Flagg, M. J. B. Moura, and M. Marder. Rippling of graphene. EPL (Europhysics Letters), 85(4):46002, 2009. URL: https://doi.org/10.1209/0295-5075/85/46002. ↩
-
A. Fasolino, J. H. Los, and M. I. Katsnelson. Intrinsic ripples in graphene. Nature Materials, 6:858–861, 2007. URL: https://doi.org/10.1038/nmat2011. ↩
-
L. A. Openov and A. I. Podlivaev. Interaction of the stone-wales defects in graphene. Physics of the Solid State, 52(1):2010, 2010. URL: https://doi.org/10.1134/S1063783415070240. ↩