Materials World magazine,3 Oct 2015
 

Black phosphorus is coming to prominence in the field of 2D materials, as Simon Frost reports.

A research team at Pohang University of Science and Technology (POSTECH), South Korea, has formed a tuneable band gap in the 2D material black phosphorus (BP) that could make it suitable for flexible electronic and optoelectronic devices.

BP is made by heating red phosphorus – the material used for the head of a match – at high pressure. In its single layer form it is known as phosphorene, and is arranged in a honeycomb atomic structure similar to that of graphene.

But there is a key difference between the two materials – while BP has a natural band gap, graphene, in its pristine state, has a band gap of zero. POSTECH Professor Keun Su Kim, explains, ‘Because of this, one can flow current in graphene very efficiently, but it is extremely difficult to switch off this conduction.’ This inflexibility makes graphene a difficult candidate for semiconducting materials, which require their conductivity to be switched on or off. ‘Researchers have tried to open a band gap in graphene, but so far it turns out to be difficult without degrading the material’s quality’, says Kim.

Antonios Oikonomou, Research Associate at the University of Manchester’s National Graphene Institute, UK, says of graphene’s band gap issue, ‘Indeed, pristine graphene faces challenges in its application in digital electronics (logic transistors) due to its zero band gap. This is responsible for the low on/off non-zero off state drain current in graphene field-effect transistors, which leads to considerable power dissipation.’

But graphene’s band gap issue, he says, does not make it as unworkable as one might think. ‘Over the past years, a number of band gap engineering strategies have been explored successfully, such as quantum confinement (graphene nanoribbons and graphene quantum dots), substrate-induced band gap, molecular doping/charge transfer methods and selective chemical functionalisation.’

Inspired by graphene

Professor Kim’s team had another idea for creating a highly conductive material that could work as a semiconductor. ‘The alternative approach to this problem is to start with a 2D semiconductor with a natural band gap and then modify its properties similar to that of graphene.’

The team opted for black phosphorus. ‘The honeycomb structure of black phosophorus is regularly puckered. This makes it highly susceptible to external perturbations such as strain and electric field. We deposited potassium atoms on the surface of black phosphorus to induce a strong electric field nearby, and this applied electric field changed the distribution of electrons.’ When the band gap approached zero, the researchers observed Dirac semimetal state – the unique quantum state of matter responsible for graphene’s high conductivity – and therefore achieved a tuneable band gap in black phosphorus. ‘This means that one can induce the important properties of graphene into another 2D material that is more flexible,’ says Kim.

Rise in patents

While researchers are now inducing the properties of graphene in other 2D materials, graphene remains the popular leader in the field. The number of international patent applications involving graphene published by the World Intellectual Property Organization has risen from 22 in 2005 to 4,051 in 2014. Nick Braddon, a patent attorney specialising in materials science and metallurgy for Barker Brettell, UK, says, ‘The applications for graphene that are attracting the most significant R&D interest appear to be in the fields of semiconductor devices, electric solid state devices and processes or means – for example, betteries, for the direct conversion of chemical energy into electrical energy. Perhaps, therefore, we can expect to see graphene and other 2D materials being used in these technology areas before long.’

But Braddon also notes that graphene’s popularity may have somewhat skewed the figures relating to patents. ‘The ongoing interest in graphene as a “wonder material” may have made it something of a buzzword, which will have been included in some patent applications as a possible (potentially speculative) variation of an invention, as opposed to graphene being at the core of the invention.’

A surge ahead?

Of wide reports that the POSTECH research signals a 'surge ahead' of graphene by BP, Oikonomou says, ‘I would like to stress that there is no competition but rather two different opportunities. Both graphene and phosphorene derive from the family of layered materials – some people even speak of 500 different ones. All of these materials, and their 2D allotropes, could enable a new approach to an application’s design process by combining their unique properties through heterostructures.’ This approach is being used to control BP's high reactivity with oxygen by researchers at the Hong Kong University of Science and Technology by sandwiching few-layer BP between sheets of hexagonal boron nitride.

Several institutions are now turning to phosphorene, which was first synthesised in 2014, in pursuit of the next generation of semiconductors. In Canada, a joint study by McGill University and Université de Montréal observed that electrons move in only two dimensions in a phosphorus transistor, making them especially efficient. Researchers at the Technical University of Munich and University of Regensburg, Germany, and University of South California and Yale University, USA, have been synthesising black arsenic phosphorus for field effect transistors. Adjusting the concentration of arsenic atoms replacing phosphorus, they were able to tune the material's band gap – with an arsenic concentration of 83%, for example, its band gap of 0.15 electron volts makes it suitable for application in sensors that can detect long wavelength infrared radiation, such as distance sensors in cars.

'It may take more than five to ten years to commercialise,' says Kim. 'There are certainly still many obstacles to overcome – for example, we need to realise the tuneable band gap in a real gated device. But it is not an innovation if one can easily imagine it.'

BLACK PHOSPHORUS: THE NEW GRAPHENE?的更多相关文章

  1. CHEMISTS DISCOVER A SAFE, GREEN METHOD TO PROCESS RED PHOSPHORUS

                   When it comes to making phosphorus compounds, chemists have traditionally relied on w ...

  2. Flask+SQLAlchemy+graphene+docker示例

    搭建一个利用docker启动服务的Flask的小demo 定义数据库 # -*- coding: utf-8 -*- from sqlalchemy import * from sqlalchemy. ...

  3. GraphQL 总结 + 在Django应用(Graphene)

        由Xmind编辑,下次更新会附加python demo.         附件列表

  4. Five reasons phosphorene may be a new wonder material

    A material that you may never have heard of could be paving the way for a new electronic revolution. ...

  5. IELTS - Word List 28

    1, The lawsuit is very much o the lawyer's mind. 2, The canteen was absolutely packed. 3, Doctors di ...

  6. 2016.03.31,英语,《Vocabulary Builder》Unit 08

    tend/tent: from the Latin tendere, meaning 'to stretch, extend, or spread'. tent: [tent] n. 帐篷 vt.&a ...

  7. swat主流域文件(file.cio)参数详解——引自http://blog.sciencenet.cn/blog-922140-710636.html

    % file.clo,即主流域文件用于文件管理,包括与模型选项.气候输入.数据库和输出控制相关的信息. Master Watershed File: file.cio Project Descript ...

  8. Codeforces Round #188 (Div. 1) B. Ants 暴力

    B. Ants Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contest/317/problem/B Des ...

  9. 数据分析---《Python for Data Analysis》学习笔记【04】

    <Python for Data Analysis>一书由Wes Mckinney所著,中文译名是<利用Python进行数据分析>.这里记录一下学习过程,其中有些方法和书中不同 ...

随机推荐

  1. Spring IOC - 控制反转(依赖注入) - 配置初始化和销毁的方法

    在Spring中如果某个bean在初始化之后,或销毁之前要做一些额外操作可以为该bean配置初始化和销毁的我方法,在这些方法中完成需要的功能. 实验: 通过断点调试模式,测试初始化方法和销毁方法的执行 ...

  2. Java-Runoob-高级教程-实例-数组:07. Java 实例 – 数组合并

    ylbtech-Java-Runoob-高级教程-实例-数组:07. Java 实例 – 数组合并 1.返回顶部 1. Java 实例 - 数组合并  Java 实例 以下实例演示了如何通过 List ...

  3. 小甲鱼-013元组tuple:上了枷锁的列表

    1.创建和访问一个元组 1.1创建元组 元组的标志性符号是 , tuple1 = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) #定义单个元素的元组,要加 , tuple2 = (1 ...

  4. wp模版强制用CSS空两格的问题

    之前我写过一篇文章<关于模板该不该用css强制编辑器文本开头空两格>,里面有说到一个观点,模版作者设计的时候,不要控制文章段落空两格,但是我用久了wp,我才慢慢发现,做wp模版的时候,确实 ...

  5. mongodb 如何区分大小写

    mongodb是区分大小写的,在做mongodb数据库操作是经常使用toUpperCase()等方法将value转换为大写存到数据库中 e.g. 在做数据库模糊查询时语句如下 db.COLLECTIO ...

  6. Data Provider 中没有.net framework Data provider for Mysql 的解决方法

    近来做的一个项目中,数据库用的是 MySql, 而在项目使用 Entity Data Model 来做数据服务层,可是在项目中添加 Data Entty Model 时,一般我们都会选择从数据库中直接 ...

  7. Python面向对象之内置方法

    1.isinstance(obj,cls)和issubclass(sub,super) isinstance(obj,cls)检查是否obj是否是类 cls 的对象 issubclass(sub, s ...

  8. 使用Larave5.6l提交POST请求出现The page has expired due to inactivity错误

    使用Larave5.6l提交POST请求出现The page has expired due to inactivity错误 一般是由于没有添加 csrf造成的 在表单下面的 第一个行 添加如下代码即 ...

  9. c#面向对象基础4

    一.namespace 命名空间 作用:解决不同类重名的问题  我们可以认为类是属于命名空间的 当我们需要再一个类中与另一个类建立关系时,通过命名空间来区别不同的类.所以需要我们这样做:导入命名空间 ...

  10. leetcode455

    public class Solution { public int FindContentChildren(int[] g, int[] s) { var listg = g.OrderBy(x = ...