Skip to content

Sublattice site ratios for simple binary fluid system #242

Answered by bocklund
chuabinghong asked this question in Q&A
Discussion options

You must be logged in to vote

Short answer

I believe the cause is that sublattice configurations should be a list of configurations. The simple fix is to change

    "sublattice_configurations": [["A", "B"]],

to

    "sublattice_configurations": [[["A", "B"]]],

The important thing to keep in mind is that the "sublattice_configurations" and "sublattice_occupancies" should have exactly the same shape, with configurations having the species names and occupancies having their site fractions.

Longer answer

"sublattice_configurations" is a list of configurations, so

    "sublattice_configurations": [
        [["A", "B"]],  # configuration 1
        [["A", "B"]],  # configuration 2
        #  ...
    ],

and there's one histor…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@chuabinghong
Comment options

@bocklund
Comment options

@chuabinghong
Comment options

Answer selected by chuabinghong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants