1.3.4. Grand Phase Diagram Plotting
Introduction
The binary and ternary grand potential phase diagrams are constructed according to the internal energy of the compound, and the system is open to specific atoms. The binary phase diagram represents the element concentration on the horizontal axis and the grand potential on the vertical axis. The ternary phase diagram is an equilateral triangle. The line is the convex hull line, which is used to represent the most stable compound combination at a specific concentration.Step-by-Step Guide
Create a computing task following the steps below
Fig. 1.10 computational_workflow
step 1. Create a new task: Enter the name and description of the computing task on the corresponding page, click the “OK” button to complete the creation of the computing task; click the “Cancel” button to clear the input content
step 2. Upload files: Follow the instructions on the corresponding page to upload computing input files.
Attention:Please make sure to name computing input files in English!
If you need to upload multiple computation input files, please compress them into a zip file and upload the zip file.
step 3. Set computation parameters: Set computation parameters according to the prompts on the corresponding page.
step 4. Set runtime parameters: Currently, no need to set runtime parameters, keep the input box at default settings.
step 5. Save computation task: Complete the creation of the computation task and add it to the computation project. On the redirected page, you can choose
Continue adding computation tasks: Add a new computation task
View Project: View details of the current pending computational project
Parameter Description
Input File:A JSON file containing the chemical formulas and internal energy of all related compounds (including monomers) in the phase diagram
- The JSON file should be written in the following format:
{“Chemical Formula 1”: [Energy 1, Energy 2, …], “Chemical Formula 2”: [Energy 1]} {“Li”: [-2.1, -1.9], “Li2S”: [-12.4]}
- Computing Parameters:
Parameters Name
Parameters Type
Description
All elements contained in the compound in the phase diagram
String(String)
Example Li O
Chemical formula of the open atomic element
String(String)
Example:Li2S
Chemical potential of the open atomic element
Float(Float)
- Running Parameters
Currently no need to set, keep the default settings.
Parameters Name
Parameters Type
Description
Machine Name
String(String)
Machine name, default is machine01
Number of Core
Positive integer (int)
Number of Compute cores, default is 1
Number of Process
Positive integer (int)
Number of Computing processes, default is 1