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的更多相关文章

  1. 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 ...

  2. WM (Constants)

    Create page WM (Constants)   Summary WM_* Constants and their definitions or descriptions and what c ...

  3. 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 ...

  4. Crystal Clear Applied: The Seven Properties of Running an Agile Project (转载)

    作者Alistair Cockburn, Crystal Clear的7个成功要素,写得挺好. 敏捷方法的关注点,大家可以参考,太激动所以转载了. 原文:http://www.informit.com ...

  5. some OpenGL constants

    some OpenGL constants This is from (https://github.com/peterderivaz/pyopengles/blob/master/gl2.py) G ...

  6. 2.ASP.NET MVC 中使用Crystal Report水晶报表

    上一篇,介绍了怎么导出Excel文件,这篇文章介绍在ASP.NET MVC中使用水晶报表. 项目源码下载:https://github.com/caofangsheng93/CrystalReport ...

  7. Lattice Reduction (LLL) 算法C代码实现

    废话不多说,大名鼎鼎的Lenstra-Lenstra-Lovasz(LLL) 算法.实现参考论文:Factoring Polynomials with Rational Coefficients, 作 ...

  8. lattice 与 modelsim 仿真 笔记

    对于 lattice  Diamond 与 modelsim 的联合仿真,我总结了一句话,那就是—— 难者不会,会者不难.  也许刚开始 觉得 摸不着 头脑,但是 一旦学会 感觉还是很简单和直观的. ...

  9. ASN.1 key structures in DER and PEM

    转自:https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem Introduction Everybody lo ...

随机推荐

  1. ubuntu(更新所有软件[可更新])终端命令

    转载自https://blog.csdn.net/quite_cgy/article/details/70312034 (1)输入命令 (2)执行效果(由于已经更新完毕,因此显示所有软件包均为最新,否 ...

  2. spring data jpa update

    一:在controller  加上: @Controller @RequestMapping("/user") public class UserController { @Aut ...

  3. Executors.newSingleThreadScheduledExecutor();线程池中放入多个线程问题

    转自:https://blog.csdn.net/u012062455/article/details/78247234/

  4. Runnable接口和Callable接口的区别。

    Callable需要实现call方法,而Runnable需要实现run方法:并且,call方法还可以返回任何对象,无论是什么对象,JVM都会当作Object来处理.但是如果使用了泛型,我们就不用每次都 ...

  5. mysql Lock wait timeout exceeded; try restarting transaction解决

    前面已经了解了InnoDB关于在出现锁等待的时候,会根据参数innodb_lock_wait_timeout的配置,判断是否需要进行timeout的操作,本文档介绍在出现锁等待时候的查看及分析处理: ...

  6. git 和 github 学习总结

    https://mp.weixin.qq.com/s?src=11&timestamp=1543302553&ver=1269&signature=NAX65qusuVVDEl ...

  7. APP-2-Hbuilder开发环境搭建

    1.Hbuilder下载 http://www.dcloud.io/hbuilderx.html 2.夜神模拟器下载 https://www.yeshen.com/ 3.chrome浏览器下载 htt ...

  8. B树、B-树、B+树、B*树的定义和区分

    MySQL是基于B+树聚集索引组织表 B树 即二叉搜索树: 1.所有非叶子结点至多拥有两个儿子(Left和Right): 2.所有结点存储一个关键字: 3.非叶子结点的左指针指向小于其关键字的子树,右 ...

  9. ReactiveX 学习笔记(5)合并数据流

    Combining Observables 本文的主题为合并 Observable 的操作符. 这里的 Observable 实质上是可观察的数据流. RxJava操作符(四)Combining An ...

  10. Linux通配符与基础正则表达式、扩展正则表达式

    在Linux命令行操作或者SHELL编程中总是容易混淆一些特殊字符的使用,比如元字符‘*’号,作为通配符匹配文件名时表示0个到无穷多个任意字符.而作为正则表达式匹配字符串时,表示重复0个到无穷多个的前 ...