Lattice Constants and Crystal Structures of some Semiconductors
Lattice Constants and Crystal Structures of some Semiconductors and Other Materials
Element or Compound |
Name |
Crystal Structure |
Lattice Constant at 300 K (Å) |
C |
Carbon (Diamond) |
Diamond |
3.56683 |
Ge |
Germanium |
Diamond |
5.64613 |
Si |
Silicon |
Diamond |
5.43095 |
Sn |
Grey Tin |
Diamond |
6.48920 |
SiC |
Silicon carbide |
Wurtzite |
a=3.086; c=15.117 |
AlAs |
Aluminum arsenide |
Zincblende |
5.6605 |
AlP |
Aluminum phosphide |
Zincblende |
5.4510 |
AlSb |
Aluminum antimonide |
Zincblende |
6.1355 |
BN |
Boron nitride |
Zincblende |
3.6150 |
BP |
Boron phosphide |
Zincblende |
4.5380 |
GaAs |
Gallium arsenide |
Zincblende |
5.6533 |
GaN |
Gallium nitride |
Wurtzite |
a=3.189; c=5.185 |
GaP |
Gallium phosphide |
Zincblende |
5.4512 |
GaSb |
Gallium antimonide |
Zincblende |
6.0959 |
InAs |
Indium arsenide |
Zincblende |
6.0584 |
InP |
Indium phosphide |
Zincblende |
5.8686 |
InSb |
Indium antimonide |
Zincblende |
6.4794 |
CdS |
Cadmium sulfide |
Zincblende |
5.8320 |
CdS |
Cadmium sulfide |
Wurtzite |
a=4.160; c=6.756 |
CdSe |
Cadmium selenide |
Zincblende |
6.050 |
CdTe |
Cadmium telluride |
Zincblende |
6.482 |
ZnO |
Zinc oxide |
Rock Salt |
4.580 |
ZnS |
Zinc sulfide |
Zincblende |
5.420 |
ZnS |
Zinc sulfide |
Wurtzite |
a=3.82; c=6.26 |
PbS |
Lead sulfide |
Rock Salt |
5.9362 |
PbTe |
Lead telluride |
Rock Salt |
6.4620 |
注:在我国silicon以前是译作"矽"的,即“矽”字是硅字的旧称,鉴于跟矽字同音的字太多,1953年2月中国科学院召开了一次全国性的化学物质命名扩大座谈会,讨论通过并公布,把读音跟锡混淆不分的矽改成“硅”字。这样,矽铁就是硅铁,矽钢片就是硅钢片。
Lattice Constants and Crystal Structures of some Semiconductors的更多相关文章
- The top 100 papers Nature explores the most-cited research of all time.
The top 100 papers Nature explores the most-cited research of all time. The discovery of high-temper ...
- WM (Constants)
Create page WM (Constants) Summary WM_* Constants and their definitions or descriptions and what c ...
- Defining and using constants from PySide in QML
Defining and using constants from PySide in QML This PySide tutorial shows you how to define constan ...
- Crystal Clear Applied: The Seven Properties of Running an Agile Project (转载)
作者Alistair Cockburn, Crystal Clear的7个成功要素,写得挺好. 敏捷方法的关注点,大家可以参考,太激动所以转载了. 原文:http://www.informit.com ...
- some OpenGL constants
some OpenGL constants This is from (https://github.com/peterderivaz/pyopengles/blob/master/gl2.py) G ...
- 2.ASP.NET MVC 中使用Crystal Report水晶报表
上一篇,介绍了怎么导出Excel文件,这篇文章介绍在ASP.NET MVC中使用水晶报表. 项目源码下载:https://github.com/caofangsheng93/CrystalReport ...
- Lattice Reduction (LLL) 算法C代码实现
废话不多说,大名鼎鼎的Lenstra-Lenstra-Lovasz(LLL) 算法.实现参考论文:Factoring Polynomials with Rational Coefficients, 作 ...
- lattice 与 modelsim 仿真 笔记
对于 lattice Diamond 与 modelsim 的联合仿真,我总结了一句话,那就是—— 难者不会,会者不难. 也许刚开始 觉得 摸不着 头脑,但是 一旦学会 感觉还是很简单和直观的. ...
- ASN.1 key structures in DER and PEM
转自:https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem Introduction Everybody lo ...
随机推荐
- mysql source 命令导入不了sql!
sql文件也是正常, 为什么就是导入不了呢?? 后面才发现,可能是编码被notepad++ 修改了—— 一看发现是UTF-8 无BOM,改回UTF-8格式编码 就正常了!! 虽然看到的都是正常汉字, ...
- CoordinateLayout简介
CoordinateLayout简介 参考:CoordinatorLayout CoordinatorLayout is a super-powered FrameLayout. Coordinato ...
- ubuntu防火墙命令初探
1.防火墙的状态与开关 1)$sudo ufw status //查看防火墙的状态及当前的设置规则 2)$sudo ufw enable //开启防火墙 3)$sudo ufw disable // ...
- day25-面向对象结构与成员
1.面向对象结构分析 如下面的图所示:面向对象整体大致分两块区域: 每个大区域又可以分为多个小部分: class A: name = 'Tom' # 静态变量(静态字段) __iphone = '13 ...
- 常用jqueryPlugin
http://www.jq22.com editable-select : jQuery可编辑可下拉插件jquery.editable-select.js
- 解决eclipse新建项目看不到src/main/java目录办法
1.eclipse->window->preferences->java->compiler->选择本地要用的Java版本 2.eclipse->window-&g ...
- 推荐一款idea 翻译插件 ECTranslation
无意中看到一款idea翻译插件, ECTranslation,才知道有这么个东西,推荐给看到的人吧,使用简单,值得拥有. 参考:http://p.codekk.com/detail/Android/S ...
- 尚硅谷springboot学习5-主入口类说明
package com.atguigu; import org.springframework.boot.SpringApplication; import org.springframework.b ...
- 简洁的实现ls-l命令
现在我们来简洁的实现命令:了解一下相关知识: 我们使用掩码可以很明确的得出文件的每一种信息.关于掩码,上图中的S_IRUSR等均为掩码.我们来看看函数getpwuid,原型:struct passwd ...
- Grafana+Zabbix使用配置
官方提供的网友分享的图形面板,可以自行选择使用下载--- https://grafana.com/dashboards Grafana 是 Graphite 和 InfluxDB 仪表盘和图形编 ...