-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
468 lines (444 loc) · 20.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72643447-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-72643447-1');
</script>
<!-- End of global site tag (gtag.js) - Google Analytics -->
<title>More is different</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Kenji Harada">
<meta name="author" content="Kenji Harada">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- css -->
<style>
.link-muted a:link {
color: #000;
}
.link-muted a:hover {
color: #999;
text-decoration: underline;
}
</style>
</head>
<body onload="draw()">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index.html">Kenji Harada</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/study/index.html">Study</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/education/index.html">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/archives.html">Archives</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index-en.html">[English]</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main role="main">
<div class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-md-12">
<canvas width="936" height="450" id="ising" class="img-fluid mx-auto"
style="width: 100%; padding: 0px; margin: auto;"></canvas>
<div
style="position: absolute; top: 20%; left: 50%; -webkit-transform : translate(-50%,-50%); transform : translate(-50%,-50%); max-width: 100%; max-height: 100%; padding: 0px; text-align: center; margin: auto;">
<p><strong class="h1">More is different.</strong><br>
God is in the details.
</p>
</div>
</div>
</div>
</div>
</div>
<h2 class="text-center" style="padding:18px 0 18px 0">NEWS</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card">
<button class="btn btn-light" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse_article1" aria-expanded="false"
aria-controls="collapse_article1">
<h6 class="card-header">2022年 9月 12日</h6>
<p class="card-title">
<strong>日本物理学会 2022年秋季大会(東京工業大学)にて研究発表。</strong>
</p>
</button>
<div class="collapse" id="collapse_article1">
<div class="card-body">
<p class="card-text"> <p>
<a href="http://www.jps.or.jp/activities/meetings/index.php">日本物理学会 2022年秋季大会(東京工業大学)</a>
</p>
<p>
日程: 2020年9月12日から9月15日
</p>
<ul>
<li>講演(13pH113-5) "ネットワーク構造最適化を含んだツリーテンソルネットワーク法の開発" (共同研究者:引原俊哉, 上田宏, 奥西巧一, 西野友年)</li>
<li>講演(13pH113-6) "テンソルネットワーク状態を用いた教師なし生成モデルのネットワーク構造の最適化" (共同研究者:大久保毅, 川島直輝)</li>
<li>講演(13pH113-8) "GPUによる2次元MERAの変分最適化の加速" (共同研究者:真鍋秀隆)</li>
<li>講演(14pH112-1) "行列積状態を用いたテンソル化深層学習における最適ランクの推定" (共同研究者:阿蘇品侑雅)</li>
</ul> </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<button class="btn btn-light" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse_article2" aria-expanded="false"
aria-controls="collapse_article2">
<h6 class="card-header">2022年 9月 8日</h6>
<p class="card-title">
<strong>Paper "Automatic structural optimization of tree tensor networks" is submitted to arXiv.</strong>
</p>
</button>
<div class="collapse" id="collapse_article2">
<div class="card-body">
<p class="card-text"> <dl class="dl-horizontal">
<dt>Title</dt>
<dd>Automatic structural optimization of tree tensor networks</dd>
<dt>Author</dt>
<dd>Toshiya Hikihara, Hiroshi Ueda, Kouichi Okunishi, Kenji Harada, and Tomotoshi Nishino</dd>
<dt>Abstract</dt>
<dd>
Tree tensor network (TTN) provides an essential theoretical framework for the
practical simulation of quantum many-body systems, where the network structure
defined by the connectivity of the isometry tensors plays a crucial role in
improving its approximation accuracy. In this paper, we propose a TTN algorithm
that enables us to automatically optimize the network structure by local
reconnections of isometries to suppress the bipartite entanglement entropy on
their legs. The algorithm can be seamlessly implemented to such a conventional
TTN approach as density-matrix renormalization group. We apply the algorithm to
the inhomogeneous antiferromagnetic Heisenberg spin chain having a hierarchical
spatial distribution of the interactions. We then demonstrate that the
entanglement structure embedded in the ground-state of the system can be
efficiently visualized as a perfect binary tree in the optimized TTN. Possible
improvements and applications of the algorithm are also discussed.
</dd>
<dt>Comments</dt>
<dd>11 pages, 10 figures, 2 tables</dd>
<dt>Preprint</dt>
<dd><a href="https://arxiv.org/abs/2209.03196">arXiv:2209.03196</a></dd>
</dl> </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<button class="btn btn-light" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse_article3" aria-expanded="false"
aria-controls="collapse_article3">
<h6 class="card-header">2022年 9月 7日</h6>
<p class="card-title">
<strong>Paper "Neural Network Approach to Scaling Analysis of Critical Phenomena" is submitted to arXiv.</strong>
</p>
</button>
<div class="collapse" id="collapse_article3">
<div class="card-body">
<p class="card-text"> <dl class="dl-horizontal">
<dt>Title</dt>
<dd>Neural Network Approach to Scaling Analysis of Critical Phenomena</dd>
<dt>Author</dt>
<dd>Ryosuke Yoneda and Kenji Harada</dd>
<dt>Abstract</dt>
<dd>
Determining the universality class of a system exhibiting critical phenomena is one of the central problems in physics. As methods for determining this universality class from data, polynomial regression, which is less accurate, and Gaussian process regression, which provides high accuracy and flexibility but is computationally heavy, have been proposed. In this paper, we propose a method by a regression method using a neural network. The computational complexity is only linear in the number of data points. We demonstrate the proposed method for the finite-size scaling analysis of critical phenomena on the two-dimensional Ising model and bond percolation problem to confirm the performance. This method efficiently obtains the critical values with accuracy in both cases.
</dd>
<dt>Comments</dt>
<dd>10 pages, 9 figures</dd>
<dt>Preprint</dt>
<dd><a href="https://arxiv.org/abs/2209.01777">arXiv:2209.01777</a></dd>
</dl> </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<button class="btn btn-light" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse_article4" aria-expanded="false"
aria-controls="collapse_article4">
<h6 class="card-header">2022年 8月 26日</h6>
<p class="card-title">
<strong>Talk in The 15th Asia Pacific Physics Conference (APPC15), Korea (online)</strong>
</p>
</button>
<div class="collapse" id="collapse_article4">
<div class="card-body">
<p class="card-text"> <p>
</p>
<dl class="dl-horizontal">
<dt>Date</dt>
<dd>Aug 26, 2022</dd>
<dt>Conference (invited talk)</dt>
<dd><a href="https://www.appc15.org">The 15th Asia Pacific Physics Conference (APPC15), Korea (online)</a></dd>
<dt>Title</dt>
<dd>Tensor renormalization group study of the non-equilibrium critical fixed point of the one-dimensional contact process</dd>
<dt>Abstract</dt>
<dd>
The steady-state of many stochastic systems is non-equilibrium. We studied the phase of non-equilibrium systems and the transition similar to equilibrium systems. In particular, the critical phase transition is interesting because we can define the non-equilibrium universality class.
To confirm the existence of a non-equilibrium critical fixed point, we study the time evolution operator of one-dimensional contact processes by using a tensor renormalization group technique. The time evolution operators converge to universal critical tensors in the tensor renormalization group flow. The spectrums of critical tensors are strongly anisotropic but share the intrinsic structure each for the universality class. The integer structure for the universality class of compact-directed percolation in the time direction is consistent with the exact spectrum structure of the diffusion-annihilation process.
</dd>
</dl> </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<button class="btn btn-light" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse_article5" aria-expanded="false"
aria-controls="collapse_article5">
<h6 class="card-header">2022年 3月 15日</h6>
<p class="card-title">
<strong>日本物理学会 2022年年次大会にて研究発表(オンライン開催)。</strong>
</p>
</button>
<div class="collapse" id="collapse_article5">
<div class="card-body">
<p class="card-text"> <p>
<a href="http://www.jps.or.jp/activities/meetings/index.php">日本物理学会 2022年年次大会</a>
</p>
<p>
日程: 2020年3月15日から3月19日(オンライン開催)
</p>
<ul>
<li>講演(16aE11-4) "テンソルネットワーク近似を用いたランダム量子回路サンプリングの古典シミュレーション" (共同研究者:真鍋秀隆)</li>
<li>講演(15aB12-9) "ニューラルネットワークを用いたスケーリング解析手法" (共同研究者:米田亮介,発表は原田)</li>
</ul>
<p><small>
新型コロナウイルス感染症への対応として、年次大会はオンライン開催になりました。
</small>
</p> </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<button class="btn btn-light" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse_article6" aria-expanded="false"
aria-controls="collapse_article6">
<h6 class="card-header">2022年 1月 20日</h6>
<p class="card-title">
<strong>数理科学2022年2月号に解説記事「テンソルネットワーク入門」を寄稿。</strong>
</p>
</button>
<div class="collapse" id="collapse_article6">
<div class="card-body">
<p class="card-text"> <p><a href="https://www.saiensu.co.jp/search/?isbn=4910054690224&y=2022">数理科学</a>2022年2月号No.704:テンソルネットワークの進展(多彩な表現形式が物理をつなぐ)に解説記事「テンソルネットワーク入門」を寄稿。</p> </p>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 class="h2 text-center" style="padding:0 0 18px 0">TOPICS</h2>
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h5 class="card-title">
<strong>ベイズ推定を用いたスケーリング解析ツール</strong>
</h5>
</div>
<div class="card-body">
<div class="card-text">
<p></p> 臨界現象のスケーリング解析にベイズ推定の手法を導入した新しいアルゴリズムの実装。</p>
<a href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/study/BSA/demo.html"><span class="badge bg-info">デモページへ</span></a>
<a href="https://kenjiharada.github.io/BSA/"><span class="badge bg-primary">解説ページへ</span></a>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h5 class="card-title">
<strong>オンラインで学ぶモンテカルロ法</strong>
</h5>
</div>
<div class="card-body">
<p class="card-text">
モンテカルロ法(マルコフ過程を用いた手法も含む)の基本的な事柄についての解説。
</p>
<a href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/education/open_courses/mc/index.html" class="badge bg-primary">解説ページへ</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h5 class="card-title">
<strong>「物質の中に宇宙が見えてくる」(計算科学の世界)</strong>
</h5>
</div>
<div class="card-body">
<p class="card-text">
量子臨界現象研究の面白さを説明しています。
</p>
<p class="text-muted"><small>理化学研究所 計算科学研究機構 広報誌</small><a
href="https://www.r-ccs.riken.jp/newsletter/">「計算科学の世界」</a>
<a href="https://www.r-ccs.riken.jp/newsletter/201510/interview.html" class="badge bg-primary">インタビュー記事へ</a>
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h5 class="card-title">
<strong>テンソルネットワークと量子多体系</strong>
</h5>
</div>
<div class="card-body">
<p class="card-text">
多体系の有望な計算手法であるテンソルネットワークについて解説しています。
</p>
<p>
<a href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/study/doc/tn.pdf" class="badge bg-primary">解説記事PDFへ</a>
</p>
<p class="text-muted"><a href="https://www.saiensu.co.jp/search/?isbn=4910054690224&y=2022">数理科学</a>
2022年2月号 No.704:テンソルネットワークの進展(多彩な表現形式が物理をつなぐ).</p>
</div>
</div>
</div>
</div>
</div>
<h2 class="h2 text-center" style="padding:0 0 18px 0">ACTIVITY</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h5 class="card-title">
<strong>産学連携プロジェクト「モビリティ基盤数理」</strong>
</h5>
</div>
<div class="card-body">
<div class="card-text">
<p><a href="https://mobility.amp.i.kyoto-u.ac.jp/research/team06/">統計物理学テンソルデータ解析チーム</a></p>
<a href="https://mobility.amp.i.kyoto-u.ac.jp/interview/190/" class="badge bg-primary">インタビュー記事へ</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h5 class="card-title">
<strong>学術変革領域(A)極限宇宙の物理法則を創る-量子情報で拓く時空と物質の新しいパラダイム</strong>
</h5>
</div>
<div class="card-body">
<div class="card-text">
<a href="https://www2.yukawa.kyoto-u.ac.jp/~extremeuniverse/d02/"> D02班(量子情報を用いた量子多体系の制御とテンソルネットワーク)</a>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 class="h2 text-center" style="padding:0 0 18px 0">ABOUT</h2>
<div class="container">
<div class="card mb-4 shadow-sm">
<div class="card-body">
<div class="row no-gutters">
<div class="col-md-2">
<img src="https://www-np.acs.i.kyoto-u.ac.jp/~harada/theme/images/KH.jpg" alt="Kenji Harada" class="card-img pr-4 pb-4">
</div>
<div class="col-md-10">
<p class="card-title">
<a name="about" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index.html">
<strong>原田健自</strong>
</a>
(<a href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index-en.html">
<strong>Kenji Harada</strong>
</a>)<br>
<a href="http://www.i.kyoto-u.ac.jp/">
京都大学大学院情報学研究科
</a>助教<br>
<a href="mailto:[email protected]">
</a><br>
京都市左京区吉田本町 京都大学吉田キャンパス 総合研究8号館203号室
<a href="https://www.kyoto-u.ac.jp/ja/access/campus/yoshida/map6r_y/" class="label label-info">Map
(No.59)</a>
</p>
</div>
<p class="card-text">
統計物理学と情報論的視点を融合した最先端の計算手法と
世界トップレベルのスーパーコンピュータのパワーを組み合わせて、
相互作用する多体系などの大自由度系の未解決問題に先端的に取り組んでいます。
</p>
</div>
</div>
</div>
</div>
<h2 class="h2 text-center" style="padding:0 0 18px 0">LINKS</h2>
<div class="container">
<div class="row">
<ul>
<li>
<a href="https://www.researcherid.com/rid/D-5192-2014">ResearcherID: D-5192-2014</a>
</li>
<li>
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs"
content="https://orcid.org/0000-0003-0231-7880" href="https://orcid.org/0000-0003-0231-7880"
target="orcid.widget" rel="noopener noreferrer" style="vertical-align:top;"><img
src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;"
alt="ORCID iD icon"> orcid.org/0000-0003-0231-7880</a></div>
</li>
<li>
<a href="https://scholar.google.com/citations?user=WL02S9oAAAAJ&hl=en">Google Scholar Citations</a>
</li>
<li>
<a href="https://kyouindb.iimc.kyoto-u.ac.jp/j/jL4uK">京都大学 教育研究活動データベース</a>
</li>
</ul>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<p class="float-end">
<a href="#">Back to top</a>
</p>
</div>
</footer>
<script type="text/javascript" src="https://www-np.acs.i.kyoto-u.ac.jp/~harada/theme/js/Ising_home.js" charset="UTF-8"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</body>
</html>