Skip to content

Questions about orbital. #84

Description

@dongsh0320

Dear developer,
From demo and another issue, for MoS2, I know that orbitals need to be 4 parts, [{"42 42": [0, 0]},..., {"42 42": [18, 18]}], [{"42 16": [0, 0]},..., {"42 16": [18, 12]}], [{"16 42": [0, 0]},..., {"16 42": [12, 18]}], and [{"16 16": [0, 0]},..., {"16 16": [12, 12]}].
Question 1: Does it mean we need to run deeph-train 4 times to get 4 trained models? And when to inference, we also need to use 4 trained models.
Question 2: If I want to study three-atom system, how do I write the orbital parameter? For two-atom system, we need $2 \times 2 = 4$ trained models. For three-atom system, we need $3 \times 3 = 9$ trained models, am I right?
obital:
[{"Z_1 Z_1": [0 0]},..., {"Z_1 Z_1": [n_1 n_1]}]
[{"Z_1 Z_2": [0 0]},..., {"Z_1 Z_2": [n_1 n_2]}]
[{"Z_1 Z_3": [0 0]},..., {"Z_1 Z_3": [n_1 n_3]}]
[{"Z_2 Z_1": [0 0]},..., {"Z_2 Z_1": [n_2 n_1]}]
[{"Z_2 Z_2": [0 0]},..., {"Z_2 Z_2": [n_2 n_2]}]
[{"Z_2 Z_3": [0 0]},..., {"Z_2 Z_3": [n_2 n_3]}]
[{"Z_3 Z_1": [0 0]},..., {"Z_3 Z_1": [n_3 n_1]}]
[{"Z_3 Z_2": [0 0]},..., {"Z_3 Z_2": [n_3 n_2]}]
[{"Z_3 Z_3": [0 0]},..., {"Z_3 Z_3": [n_3 n_3]}]

Thank you very muck!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions