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. bzoj1833 数字计数

    Description 给定两个正整数a和b,求在[a,b]中的所有整数中,每个数码(digit)各出现了多少次. Input 输入文件中仅包含一行两个整数a.b,含义如上所述. Output 输出文 ...

  2. sublime快捷键功能记录

    shift+tab  向前缩进 ctrl+shift+k  删除当前行 菜单栏 view--side bar 选项 控制左侧文件展示视图 菜单栏“view”——“hideMiniMap” or &qu ...

  3. C# 窗体控件输入框大写

    // 将 a-z 改为 A-Z // 'a' 'z' && e.KeyChar <= ) e.KeyChar = ();

  4. python selenium-1 环境搭建new

    1.Mac安装Anaconda集成环境 集成环境有助于快速编写脚本. 将安装的python3版本设置为python,系统的python更改为python2 Anaconda地址 https://www ...

  5. [UE4]C++实现动态加载UObject:StaticLoadObject();以Texture和Material为例

    相关内容: C++实现动态加载的问题:LoadClass<T>()和LoadObject<T>() http://aigo.iteye.com/blog/2281558C++静 ...

  6. EC20模块(mdm9607)复用pin脚当作普通gpio的设置方法

    修改pin37~40,当作普通gpio的方法如下: 下面代码截图需要确认是否一样,如不一样请修改: 修改pin41~42 ,当作普通gpio方法如下: Pin24~27,当作普通gpio方法如下: P ...

  7. storm的可靠性

    消息确认机制: 在数据发送的过程中可能会数据丢失导致没能接收到,spout有个超时时间(默认是30S),如果30S过去了还是没有接收到数据,也认为是处理失败. 运行结果都是处理成功 参考代码Storm ...

  8. 代码生成器 CodeSmith 的使用(三)

    在第二篇中,介绍了用 codesmith 生成数据库中的一些字段,可生成的属性不够简洁,这次对上一次的版本进行重构,生成一些简洁的属性访问器.代码如下: Camel 规则: <%-- Name: ...

  9. spring boot + jpa + kotlin入门实例

    spring boot +jpa的文章网络上已经有不少,这里主要补充一下用kotlin来做. kotlin里面的data class来创建entity可以帮助我们减少不少的代码,比如现在这个User的 ...

  10. 2017-2018-2 20165233 实验四 Android程序设计

    20165233 实验四 Android程序设计 实验内容 任务一: 参考http://www.cnblogs.com/rocedu/p/6371315.html#SECANDROID,安装 Andr ...