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. Number常用方法函数

    Number类型应该是ECMAScript中最令人关注的数据类型了,这种类型使用IEEE754来表示整数和浮点数,并针对Number相关特点定义了一系列相关的方法函数. isFinite() 在Jav ...

  2. osx 安装redis

    brew install redis 想关文章 http://www.tuicool.com/articles/nM73Enr http://www.iteye.com/topic/1124400

  3. javascript的防篡改对象之preventExtensions()方法

    js在默认情况下,所有的对象都是可扩展的.这也是让很多开发人员头特疼的问题.因为在同一环境中,一不小心就会发生修改了不必要的对象,而自己却不知道. 在ECMAScript5可以解决这种问题了. pre ...

  4. C# AtomicBoolean

    using System; using System.Threading; /// <summary> /// Provides lock-free atomic read/write u ...

  5. ORACLE中index的rebuild(转)

    Oracle里大量删除记录后,表和索引里占用的数据块空间并没有释放. table move可以释放已删除记录表占用的数据块空间,整理碎片.如果将表格用move方式整理碎片后,索引将失效,这时需要将索引 ...

  6. selenium+python自动化95-弹出框死活定位不到

    前言 部分小伙伴学了selenium的alert后,就不管啥弹出框都去用alert,这是行不通的,看到弹出框,先要确定是不是alert,是才能用,不是的话肯定不能用. 有些弹出框是div层,这种跟平常 ...

  7. leetcode166

    public class Solution { public String fractionToDecimal(int numerator, int denominator) { HashMap< ...

  8. leetcode127

    class Solution { public int ladderLength(String beginWord, String endWord, List<String> wordLi ...

  9. JPA和Hibernate到底是什么关系???

    转自:https://www.cnblogs.com/mosoner/p/9494250.html 在学习框架的过程中,发现学的东西很多,但是感觉他们之间的联系区别都不是很了解,知道JPA可以去实现持 ...

  10. IE浏览器中的加载项怎么删除

    IE浏览器中的加载项是一些软件或者浏览器的功能控件,我们可以通过禁用.开启来控制是否使用某些加载项,同时可以将一些加载项删除. 比如当我们遇到了一些不好的加载项,想要将它删除,通过这篇经验,教大家怎么 ...