Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In train.ini , what means about 'orbital basis number' in basic <orbital>? #21

Closed
Lintzuching opened this issue Dec 20, 2022 · 10 comments
Closed

Comments

@Lintzuching
Copy link

Lintzuching commented Dec 20, 2022

Hi,
When I trying to reproduce the result of TBG in your paper ' Deep-Learning Density Functional Theory Hamiltonian for Efficient ab initio
Electronic-Structure Calculation ' , I'm confused about the ' orbital basis number ' means . Does it means ' Valence electrons ' ? Or something else ?
Regards ,
TzuChing

@mzjb
Copy link
Owner

mzjb commented Dec 20, 2022

DeepH predict DFT Hamiltonian using the numerical localized basis. orbital basis number means the index of the localized basis on an atom. It does not necessarily correspond to the valence electrons of materials or isolated atoms.

@Lintzuching
Copy link
Author

Could you give me some instance? In your demo , the orbital basis number is in the region [0,18] . How about TBG ?
What region you suggest to set ?
TzuChing

@mzjb
Copy link
Owner

mzjb commented Dec 20, 2022

For TBG, we use 13 localized basis functions for C to generate the dataset, which is the Standard guideline choice of OpenMX for C. The region in train.ini needs to be consistent with the number of basis functions used when generating the dataset.

@mzjb
Copy link
Owner

mzjb commented Dec 20, 2022

Could you give me some instance? In your demo , the orbital basis number is in the region [0,18] . How about TBG ? What region you suggest to set ? TzuChing

See this link for an example ini file and this link for the corresponding dataset.

@Lintzuching
Copy link
Author

I'm idiot .... Thanks your nice and friendly respond !

@ismsgithub
Copy link

The link truly gives us advice on PAO selection, but I still feel confused about how to calculate orbital basis number? What's the formula?

@mzjb
Copy link
Owner

mzjb commented Jan 6, 2023

The link truly gives us advice on PAO selection, but I still feel confused about how to calculate orbital basis number? What's the formula?

orbital basis number in the ini file just means the index of the localized basis for a atom. One does not need to calculate it. The first basis is 0, the second basis is 1 and so on.

@ismsgithub
Copy link

"For TBG, we use 13 localized basis functions for C to generate the dataset". Why is 13?

@mzjb
Copy link
Owner

mzjb commented Jan 9, 2023

"For TBG, we use 13 localized basis functions for C to generate the dataset". Why is 13?

The Standard guideline choice of OpenMX for C is C6.0-s2p2d1. 2x1+2x3+1x5=13.

@ismsgithub
Copy link

Oh, I got it. Thanks for your nice and friendly response!

@mzjb mzjb closed this as completed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants