BLACK PHOSPHORUS: THE NEW GRAPHENE?

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?的更多相关文章
- CHEMISTS DISCOVER A SAFE, GREEN METHOD TO PROCESS RED PHOSPHORUS
When it comes to making phosphorus compounds, chemists have traditionally relied on w ...
- Flask+SQLAlchemy+graphene+docker示例
搭建一个利用docker启动服务的Flask的小demo 定义数据库 # -*- coding: utf-8 -*- from sqlalchemy import * from sqlalchemy. ...
- GraphQL 总结 + 在Django应用(Graphene)
由Xmind编辑,下次更新会附加python demo. 附件列表
- 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. ...
- IELTS - Word List 28
1, The lawsuit is very much o the lawyer's mind. 2, The canteen was absolutely packed. 3, Doctors di ...
- 2016.03.31,英语,《Vocabulary Builder》Unit 08
tend/tent: from the Latin tendere, meaning 'to stretch, extend, or spread'. tent: [tent] n. 帐篷 vt.&a ...
- swat主流域文件(file.cio)参数详解——引自http://blog.sciencenet.cn/blog-922140-710636.html
% file.clo,即主流域文件用于文件管理,包括与模型选项.气候输入.数据库和输出控制相关的信息. Master Watershed File: file.cio Project Descript ...
- 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 ...
- 数据分析---《Python for Data Analysis》学习笔记【04】
<Python for Data Analysis>一书由Wes Mckinney所著,中文译名是<利用Python进行数据分析>.这里记录一下学习过程,其中有些方法和书中不同 ...
随机推荐
- Sigar简介
大家好,我是Sigar.也许好多人还不认识我.下面就介绍一下我自己,好让大家对我有一个大致的了解. 我的全名是System Information Gatherer And Reporter,中文名是 ...
- DOM节点的增删改查
在开始展开DOM操作前,首先需要构建一棵DOM树. <!DOCTYPE html> <html lang="en"> <head> <me ...
- 深入理解HTTP协议之POST方法——ajax实例
作者:吴俊杰 性别:男 邮箱:sshroot@126.com 文章类型:原创 博客:http://www.cnblogs.com/voiphudong/ 一.说明http协议其实是一个相对比较简单的应 ...
- freePBX汉化方法记录——备忘
FreePBX汉化[root@bgcc69:/var/www/html/admin/i18n/zh_CN/LC_MESSAGES]$pwd/var/www/html/admin/i18n/zh_CN/ ...
- Apache Kudu as a More Flexible And Reliable Kafka-style Queue
Howdy friends! In this blog post, I show how Kudu, a new random-access datastore, can be made to fun ...
- Docker集群管理(二)—— docker+swarm+etcd+shipyard
引言 前一篇介绍如何简单的搭建一个可视化管理的docker集群,本篇将在此基础之上引入etcd发现服务. 目的 使用etcd发现服务解决swarm内置发现服务的不稳定问题.etcd采用raft算法,这 ...
- Map 合并
比如说 qq.com 100 163.com 90 QQ.COM 10 Qq.Com 5 …… 如果统计的话,需要忽略大小写的,即 QQ邮箱总共是100+10+5,怎么写? 其实这个应该不难的,就 ...
- [Python] Hermite 插值
# -*- coding: utf-8 -*- #Program 0.5 Hermite Interpolation import matplotlib.pyplot as plt import nu ...
- python数据结构之链表(一)
数据结构是计算机科学必须掌握的一门学问,之前很多的教材都是用C语言实现链表,因为c有指针,可以很方便的控制内存,很方便就实现链表,其他的语言,则没那么方便,有很多都是用模拟链表,不过这次,我不是用模拟 ...
- JAVA JDBC 简单的增删改查
package jdbc_util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.Prepar ...