L202
Yuan Cao’s teenage years were hardly typical. By age 18, he had already graduated from high school, completed an undergraduate degree at the University of Science and Technology of China in Hefei, and travelled to the United States to begin his PhD. He hasn’t slowed down since: this year, aged just 21, Cao had two papers published on strange behaviour in atom-thick layers of carbon that have spurred a new field of physics. Cao admits that his situation is unusual, but says he isn’t special. After all, he did spend a full four years at university: “I just skipped some of the boring stuff in middle school.”
Pablo Jarillo-Herrero’s group at the Massachusetts Institute of Technology (MIT) in Cambridge was already layering and rotating sheets of carbon at different angles when Cao joined the lab in 2014. Cao’s job was to investigate what happened in two-layer stacks when one graphene sheet was twisted only slightly with respect to the other, which one theory predicted would radically change the material’s behaviour.
Many physicists were sceptical about the idea. But when Cao set out to create the subtly twisted stacks, he spotted something strange. Exposed to a small electric field and cooled to 1.7 degrees above absolute zero, the graphene — which ordinarily conducts electricity — became an insulator . That by itself was surprising. “We knew already that it would have a big impact on the community,” says Cao. But the best was yet to come: with a slight tweak to the field, the twisted sheets became a superconductor, in which electricity flowed without resistance . Seeing the effect in a second sample convinced the team that it was real.
The ability to coax atom-thick carbon into a complex electronic state through a simple rotation now has physicists clamouring to engineer exciting behaviour in other twisted 2D materials. Some even hope that graphene could shed light on how more-complex materials super-conduct at much higher temperatures. “There are so many things we can do,” says Cory Dean, a physicist at Columbia University in New York City. “The opportunities at hand now are almost overwhelming.”
Hitting graphene’s ‘magic angle’ — a rotation between parallel sheets of around 1.1° — involved some trial and error, but Cao was soon able to do it reliably. His experimental skill was crucial, says Jarillo-Herrero. Cao pioneered a method of tearing a single sheet of graphene so that he could create a stack composed of two layers with identical orientation, from which he could then fine-tune alignment. He also tweaked the cryogenic system to reach a temperature that allowed superconductivity to emerge more clearly.
Cao loves to take things apart and rebuild them. At heart, he is “a tinkerer”, his supervisor says. On his own time, this means photographing the night sky using homemade cameras and telescopes — pieces of which usually lie strewn across Cao’s office. “Every time I go in, it’s a huge mess, with computers taken apart and pieces of telescope all over his desk,” says Jarillo-Herrero.
Despite his youth and shy manner, colleagues say that Cao’s maturity shines through in his persistence. Having missed out by a whisker on a place in MIT’s physics graduate programme, for example, Cao found a way to pursue the subject by joining Jarillo-Herrero’s team through the electrical-engineering department. Cao also shrugged off a disappointing start to his PhD, after realizing that seemingly exciting data that he had spent six months trying to understand were due to a quirk of the experimental set-up. “He wasn’t happy, but he just rolled up his sleeves and continued working,” Jarillo-Herrero says.
Cao, now 22, doesn’t yet know where he’d like his career to lead. “On magic-angle graphene, we still have a lot of things to do,” he says. But universities around the world are already eyeing him for not only postdoctorate jobs, but also faculty positions, says physicist Changgan Zeng, Cao’s undergraduate supervisor and mentor at the University of Science and Technology of China. “Among condensed-matter physicists in China, everybody knows his name,” Zeng says. The university would gladly have him back, but Zeng expects that Cao will stay in the United States for now. “There, it’s easier to see the stars.”
L202的更多相关文章
- Linux下0号进程的前世(init_task进程)今生(idle进程)----Linux进程的管理与调度(五)【转】
前言 Linux下有3个特殊的进程,idle进程(PID = 0), init进程(PID = 1)和kthreadd(PID = 2) idle进程由系统自动创建, 运行在内核态 idle进程其pi ...
- linux的0号进程和1号进程
linux的 0号进程 和 1 号进程 Linux下有3个特殊的进程,idle进程(PID = 0), init进程(PID = 1)和kthreadd(PID = 2) * idle进程由系统自动创 ...
随机推荐
- in 和 or 的效率问题
select * from table where col in (2,3,4,5,6) select * from table where col=2 or col=3 or col=4 or co ...
- 朴素贝叶斯算法原理及Spark MLlib实例(Scala/Java/Python)
朴素贝叶斯 算法介绍: 朴素贝叶斯法是基于贝叶斯定理与特征条件独立假设的分类方法. 朴素贝叶斯的思想基础是这样的:对于给出的待分类项,求解在此项出现的条件下各个类别出现的概率,在没有其它可用信息下,我 ...
- kernel内核配置说明
内核过程中的配置这一步做详细的说明吧,总结一下,多数内容源于网上的多篇文章. 首先,配置时可能出现的选项,对其选择先来个说明吧. Typically, your choices for each op ...
- vim7.4在Win8下的安装及简单配置
软件环境 vim74 git vim中文帮助 vundle安装——插件管理软件 cd vim所在路径/vimfiles/bundle git clone https://github.com/gmar ...
- 团队作业5-测试与发布(alpha阶段)
团队作业5-测试与发布(alpha阶段) 一.测试 请根据团队项目中软件的需求文档.功能说明.系统设计和测试计划,写出软件的测试过程和测试结果,并回答下述问题. 1. 在测试过程中总共发现了多少Bug ...
- 69. Sqrt(x)(二分查找)
Implement int sqrt(int x). Compute and return the square root of x, where x is guaranteed to be a no ...
- CCPC-Wannafly Winter Camp Day3 (Div2, onsite)
Replay Dup4: 没想清楚就动手写? 写了两百行发现没用?想的还是不够仔细啊. 要有莽一莽的精神 X: 感觉今天没啥输出啊, 就推了个公式?抄了个板子, 然后就一直自闭A. 语文差,题目没理解 ...
- 20155302 2016-2017-2 《Java程序设计》第八周学习总结
20155302 2016-2017-2 <Java程序设计>第八周学习总结 教材学习内容总结 在NIO中有几个比较关键的概念:Channel(通道),Buffer(缓冲区),Select ...
- poj3071 Football(概率dp)
poj3071 Football 题意:有2^n支球队比赛,每次和相邻的球队踢,两两淘汰,给定任意两支球队相互踢赢的概率,求最后哪只球队最可能夺冠. 我们可以十分显然(大雾)地列出转移方程(设$f[ ...
- 20145307陈俊达《网络对抗》Exp2 后门原理与实践
20145307陈俊达<网络对抗>Exp2 后门原理与实践 基础问题回答 例举你能想到的一个后门进入到你系统中的可能方式? 非正规网站下载的软件 脚本 或者游戏中附加的第三方插件 例举你知 ...