Debye temperature calculation formula in the QuasiharmonicDebyeApprox class #3608
Unanswered
Danil-phy-cmp-120
asked this question in
Q&A
Replies: 1 comment 2 replies
-
i assume you mean pymatgen/pymatgen/analysis/quasiharmonic.py Line 239 in fe4c7c8 not too familiar with this part of pymatgen myself but it could be a bug. maybe @JaGeo knows more? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Friends,
![1](https://private-user-images.githubusercontent.com/51433598/302897469-8ce33ffe-15e4-4a25-ab11-3d58e9380183.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjk3MzUsIm5iZiI6MTczOTM2OTQzNSwicGF0aCI6Ii81MTQzMzU5OC8zMDI4OTc0NjktOGNlMzNmZmUtMTVlNC00YTI1LWFiMTEtM2Q1OGU5MzgwMTgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE0MTAzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY3NWFmMjZmMjY1NWIwNjk3MGQ2Njg5YmY3YTY2NjMxMmRhMDEzYjc5ZGViMGE1OTY5ZjM0MDdjMjllMjJkZjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nKsWJekOMGVIUmVMrBEgc3QifrvqHFqh8tzOsd6M_rs)
Please, help me to understand the calculation of Debye temperature using debye_temperature method of QuasiharmonicDebyeApprox class.
The manual states that the formula used corresponds to Eq(6) in doi.org/10.1016/j.comphy.2003.12.001.
However, if you write down the formula from the module itself, you get:
![2](https://private-user-images.githubusercontent.com/51433598/302902933-b4b5a680-a83f-412f-b531-37651a5a6c53.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjk3MzUsIm5iZiI6MTczOTM2OTQzNSwicGF0aCI6Ii81MTQzMzU5OC8zMDI5MDI5MzMtYjRiNWE2ODAtYTgzZi00MTJmLWI1MzEtMzc2NTFhNWE2YzUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE0MTAzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgwNTgyNDllNGUwMjI3Yzg0YTM0ZWY0MzZiNGU5NzQ0YzI5NGJmZDM0NTk3MzRhMzVkNmI0MjM0OTZkNDc2M2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hWMhEvuqnFWlajL75J3F936bJBCaycEyrDbEW31kYAs)
In this expression, I don't understand where the minus sign in the degree indicators (V/n) comes from. In this case, the dimension is [K/m]. Could you please point out the error?
Beta Was this translation helpful? Give feedback.
All reactions