SearcharxivSearch

arXiv subjects

Jun-Sung Kim

Publications and source records attributed to Jun-Sung Kim.

3 recordsLinked to original sources

Anderson transition of in-gap quasiparticles in a quasi-two-dimensional disordered superconductor

The Anderson transition of Bogoliubov-de Gennes (BdG) quasiparticles in superconducting state has been studied theoretically for last three decades. However, its experimental proof is lacking. In particular, the relationship of the superconducting order-parameter fluctuations and the Anderson transition of BdG quasiparticles have not been well understood. Our study, based on scanning tunneling microscopy measurements, investigates how BdG quasiparticles become Anderson-localized and delocalized as a function of energy and applied magnetic field in a quasi-two-dimensional Fe-based superconductor with sufficient zero-bias BdG quasiparticles. The anomalous multifractal spectra based on the spatial distributions of the pairing gaps and the coherent peak heights suggest that superconducting fluctuations play a key role in the delocalization of in-gap BdG quasiparticles. Our real-space Hartree-Fock-BCS-Anderson simulations and renormalization group analysis with pairing fluctuations support quasiparticle localization and suggest that enhanced pairing fluctuations lead to delocalization of BdG quasiparticles and "weak localization" of phase-fluctuating Cooper pairs in quasi-two-dimensional disordered superconductors. The present study proposes that the 10-fold way classification scheme has to be generalized to take order-parameter fluctuations in actual quantum matter. Also, it shed light on how ac energy loss due to quasiparticles at Fermi level can be controlled in a quasi-2d superconductor with sufficient pairing fluctuation.

cond-mat.str-el

Successive spin-flop transitions of Neel-type antiferromagnet Li$_2$MnO$_3$ single crystal with honeycomb-lattice

We have carried out high magnetic field studies of single-crystalline Li$_2$MnO$_3$, a honeycomb lattice antiferromagnet. Its magnetic phase diagram was mapped out using magnetization measurements at applied fields up to 35 T. Our results show that it undergoes two successive meta-magnetic transitions around 9 T fields applied perpendicular to the ab-plane (along the c*-axis). These phase transitions are completely absent in the magnetization measured with field applied along the ab-plane. In order to understand this magnetic phase diagram, we developed a mean-field model starting from the correct Neel-type magnetic structure, consistent with our single crystal neutron diffraction data at zero field. Our model calculations succeeded in explaining the two meta-magnetic transitions that arise when Li$_2$MnO$_3$ enters two different spin-flop phases from the zero field Neel phase.

cond-mat.str-el

Odysseus/DFS: Integration of DBMS and Distributed File System for Transaction Processing of Big Data

The relational DBMS (RDBMS) has been widely used since it supports various high-level functionalities such as SQL, schemas, indexes, and transactions that do not exist in the O/S file system. But, a recent advent of big data technology facilitates development of new systems that sacrifice the DBMS functionality in order to efficiently manage large-scale data. Those so-called NoSQL systems use a distributed file system, which support scalability and reliability. They support scalability of the system by storing data into a large number of low-cost commodity hardware and support reliability by storing the data in replica. However, they have a drawback that they do not adequately support high-level DBMS functionality. In this paper, we propose an architecture of a DBMS that uses the DFS as storage. With this novel architecture, the DBMS is capable of supporting scalability and reliability of the DFS as well as high-level functionality of DBMS. Thus, a DBMS can utilize a virtually unlimited storage space provided by the DFS, rendering it to be suitable for big data analytics. As part of the architecture of the DBMS, we propose the notion of the meta DFS file, which allows the DBMS to use the DFS as the storage, and an efficient transaction management method including recovery and concurrency control. We implement this architecture in Odysseus/DFS, an integration of the Odysseus relational DBMS, that has been being developed at KAIST for over 24 years, with the DFS. Our experiments on transaction processing show that, due to the high-level functionality of Odysseus/DFS, it outperforms Hbase, which is a representative open-source NoSQL system. We also show that, compared with an RDBMS with local storage, the performance of Odysseus/DFS is comparable or marginally degraded, showing that the overhead of Odysseus/DFS for supporting scalability by using the DFS as the storage is not significant.

cs.DB