Skip to content

Commit

Permalink
Merge branch 'master' of github:dirac6582/dirac6582.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ToAmano committed Jan 5, 2025
2 parents 8058e17 + 59bb92f commit 8beeb89
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 91 deletions.
11 changes: 5 additions & 6 deletions docs/_pages/cv/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ description: The top-page of Python.

## Submitted

2. __T. Amano__, T, Yamazaki, Naoki Matsumura, Yuta Yoshimoto, S. Tsuneyuki "Transferability of the chemical bond-based machine learning model for dipole moment: the GHz to THz dielectric properties of liquid propylene glycol and polypropylene glycol" [[arXiv](https://arxiv.org/abs/2410.22718)]
3. N. Matsumura, Y. Yoshimoto, T. Yamazaki, __T. Amano__, T. Noda, N. Ebata, T. Kasano, Y. Sakai, "A Generator of Neural Network Potential for Molecular Dynamics: Constructing Robust and Accurate Potentials with Active Learning for Nanosecond-scale Simulations". [[arXiv](https://arxiv.org/abs/2411.17191)]

1. __T. Amano__, T, Yamazaki, S. Tsuneyuki, "The first-principles study of THz dielectric properties with a machine learning model for dipole moment", submitted to Springer Proceedings in Physics.
2. __T. Amano__, T. Yamazaki, N. Matsumura, Y. Yoshimoto, S. Tsuneyuki, "Transferability of the chemical bond-based machine learning model for dipole moment: the GHz to THz dielectric properties of liquid propylene glycol and polypropylene glycol". [[arXiv](https://arxiv.org/abs/2410.22718)]

1. __T. Amano__, T. Yamazaki, S. Tsuneyuki, "The first-principles study of THz dielectric properties with a machine learning model for dipole moment", submitted to Springer Proceedings in Physics.


## Refereed Papers
Expand Down Expand Up @@ -68,10 +69,8 @@ description: The top-page of Python.
## Scholarship
* [[統合物質科学リーダー養成プログラム採択生](http://www.merit.t.u-tokyo.ac.jp/merit/member/generation_009_1.html)]

{% comment %}
インターン:JSR株式会社(2022年3-5月)共同研究の前段として,提案された手法に基づく物質の誘電特性のシミュレータをpythonで実装.複数の物質について実際に計算して実験部門に提案を行った. 
{% endcomment %}

## Internship
* JSR Corporation (2022/3-2022/5)

## certificates

Expand Down
102 changes: 102 additions & 0 deletions docs/_pages/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
title: welcome
layout: home
description: The top-page of my personal website.
---

<!--
For more details see [Basic writing and formatting syntax](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).
-->

個人のメモ書き用サイトです.内容が間違っている場合があります.現在大半の内容が加筆修正中です.


---
---
## [Software installation]({% link _pages/installation/install_top.md %})

マニュアルインストールが必要なソフトウェアのインストールについてのまとめ.

---
---
## Coding/Software

よく使うツールについてのメモ.

### [Python]({% link _pages/python/python_top.md %})

---
### [C/C++]

---
### [fortran]

---
### [bash]({% link _pages/bash/bash_top.md %})

bashのさまざまな操作について.

---
### [LaTeX]({% link _pages/latex/latex_top.md %})

LaTeX文書の作成について.

---
### [Emacs]({% link _pages/emacs/emacs_top.md %})

emacsエディタの操作,カスタマイズについて.

---
### [gnuplot]({% link _pages/gnuplot/gnuplot_top.md %})

画像描画ソフトgnuplotの使い方について.

---
### [github]({% link _pages/github/github_top.md %})

gitやgithubの使い方について.

### [home server]({% link _pages/server/server_top.md %})

自宅サーバーを立ち上げる記録.

---
---
## Mathematics/Physics/related Softwares

数学,物理,化学と,さらに関連するソフトウェアについて.

### [physics]({% link _pages/physics/physics/physics_top.md %})

---
### [VASP]({% link _pages/physics/vasp/vasp_top.md %})

第一原理計算ソフトウェアVASPの使い方について

---
### [Quantum Espresso]({% link _pages/physics/qe/qe_top.md %})

フリーの第一原理計算ソフトウェアQuantum Espressoの使い方について

---
### [AiiDA]({% link _pages/aiida/aiida_top.md %})

---
## others

その他,上の分類に入らない事柄のメモ.

### [その他のソフトウェアなど]({% link _pages/others/others_top.md %})

---
### [MacのOSXの設定・ソフトなど]({% link _pages/mac/mac_top.md %})

---
### [大学入試過去問集]({% link _pages/ent-ex/entex_top.md %})

---

### [資格試験メモ]({% link _pages/cert/cert_top.md %})
---
5 changes: 5 additions & 0 deletions docs/_posts/2024/2024-10-11-nosehoover.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ description: LaTeXにおいて,Nose Hooverサーモスタットを表示する

とするのが正しいようだ.

似たようなネタとして,シュレーディンガー方程式のSchrödingerのように,上に点がつく(ウムラウト)パターンは,
```
Schr\"{o}dinger
```
のように,プライムを2つつければよい. 

## 参考

Expand Down
86 changes: 1 addition & 85 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,90 +12,6 @@ For more details see [Basic writing and formatting syntax](https://docs.github.c

個人のメモ書き用サイトです.内容が間違っている場合があります.現在大半の内容が加筆修正中です.

---
---
## [Software installation]({% link _pages/installation/install_top.md %})

マニュアルインストールが必要なソフトウェアのインストールについてのまとめ.

---
---
## Coding/Software

よく使うツールについてのメモ.

### [Python]({% link _pages/python/python_top.md %})

---
### [C/C++]

---
### [fortran]

---
### [bash]({% link _pages/bash/bash_top.md %})

bashのさまざまな操作について.

---
### [LaTeX]({% link _pages/latex/latex_top.md %})

LaTeX文書の作成について.

---
### [Emacs]({% link _pages/emacs/emacs_top.md %})

emacsエディタの操作,カスタマイズについて.

---
### [gnuplot]({% link _pages/gnuplot/gnuplot_top.md %})

画像描画ソフトgnuplotの使い方について.

---
### [github]({% link _pages/github/github_top.md %})

gitやgithubの使い方について.

### [home server]({% link _pages/server/server_top.md %})

自宅サーバーを立ち上げる記録.

---
---
## Mathematics/Physics/related Softwares

数学,物理,化学と,さらに関連するソフトウェアについて.

### [physics]({% link _pages/physics/physics/physics_top.md %})

---
### [VASP]({% link _pages/physics/vasp/vasp_top.md %})

第一原理計算ソフトウェアVASPの使い方について

---
### [Quantum Espresso]({% link _pages/physics/qe/qe_top.md %})

フリーの第一原理計算ソフトウェアQuantum Espressoの使い方について

---
### [AiiDA]({% link _pages/aiida/aiida_top.md %})

---
## others

その他,上の分類に入らない事柄のメモ.

### [その他のソフトウェアなど]({% link _pages/others/others_top.md %})

---
### [MacのOSXの設定・ソフトなど]({% link _pages/mac/mac_top.md %})

---
### [大学入試過去問集]({% link _pages/ent-ex/entex_top.md %})

---

### [資格試験メモ]({% link _pages/cert/cert_top.md %})
---
## [技術メモ]({% link _pages/index.md %})

0 comments on commit 8beeb89

Please sign in to comment.