Carbon Nanotube Diameter and Metallicity Calculator

版本 1.1.0.0 (1.7 KB) 作者: Steven Shimizu
Calculates diameter and metallicity of carbon nantoubes given chiral indices
469.0 次下载
更新时间 2014/2/26

查看许可证

A simple function that calculates the diameter (in nanometers) and metallicity (metallic or semiconducting) of a carbon nanotube using an input scalar or vector of n and m chiral indices.

The return value, metallic, is a scalar or vector with a value of 1 if the tube is metallic or 0 if the tube is semiconducting.

Examples:
[d, metallic] = calcCNTDiameter(6,5)
d = 7.4697e-01
metal = 0

[d,metallic] = calcCNTDiameter([6,7],[5,7])
d = 7.4697e-01
9.4939e-01
metal = 0
1

引用格式

Steven Shimizu (2024). Carbon Nanotube Diameter and Metallicity Calculator (https://www.mathworks.com/matlabcentral/fileexchange/45694-carbon-nanotube-diameter-and-metallicity-calculator), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Condensed Matter & Materials Physics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

edited description

1.0.0.0