├── Examples ├── FLEUR │ ├── AELAS │ │ ├── README.md │ │ ├── input │ │ │ ├── OSZICAR │ │ │ ├── POSCAR │ │ │ ├── cp_osz.sh │ │ │ ├── jsub │ │ │ └── run.sh │ │ └── output │ │ │ ├── DEFMOD │ │ │ ├── ELADAT │ │ │ ├── EPVDAT │ │ │ ├── INPOS │ │ │ ├── OSZICAR │ │ │ ├── OSZICAR_01_001 │ │ │ ├── OSZICAR_01_002 │ │ │ ├── OSZICAR_01_003 │ │ │ ├── OSZICAR_01_004 │ │ │ ├── OSZICAR_01_005 │ │ │ ├── OSZICAR_01_006 │ │ │ ├── OSZICAR_01_007 │ │ │ ├── OSZICAR_02_001 │ │ │ ├── OSZICAR_02_002 │ │ │ ├── OSZICAR_02_003 │ │ │ ├── OSZICAR_02_004 │ │ │ ├── OSZICAR_02_005 │ │ │ ├── OSZICAR_02_006 │ │ │ ├── OSZICAR_02_007 │ │ │ ├── OSZICAR_03_001 │ │ │ ├── OSZICAR_03_002 │ │ │ ├── OSZICAR_03_003 │ │ │ ├── OSZICAR_03_004 │ │ │ ├── OSZICAR_03_005 │ │ │ ├── OSZICAR_03_006 │ │ │ ├── OSZICAR_03_007 │ │ │ ├── POS_01_001.vasp │ │ │ ├── POS_01_002.vasp │ │ │ ├── POS_01_003.vasp │ │ │ ├── POS_01_004.vasp │ │ │ ├── POS_01_005.vasp │ │ │ ├── POS_01_006.vasp │ │ │ ├── POS_01_007.vasp │ │ │ ├── POS_02_001.vasp │ │ │ ├── POS_02_002.vasp │ │ │ ├── POS_02_003.vasp │ │ │ ├── POS_02_004.vasp │ │ │ ├── POS_02_005.vasp │ │ │ ├── POS_02_006.vasp │ │ │ ├── POS_02_007.vasp │ │ │ ├── POS_03_001.vasp │ │ │ ├── POS_03_002.vasp │ │ │ ├── POS_03_003.vasp │ │ │ ├── POS_03_004.vasp │ │ │ ├── POS_03_005.vasp │ │ │ ├── POS_03_006.vasp │ │ │ ├── POS_03_007.vasp │ │ │ ├── P_1_1 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_01_001 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_1_1.o887797 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_1_2 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_01_002 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_1_2.o887798 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_1_3 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_01_003 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_1_3.o887799 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_1_4 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_01_004 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_1_4.o887800 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_1_5 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_01_005 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_1_5.o887801 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_1_6 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_01_006 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_1_6.o887802 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_1_7 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_01_007 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_1_7.o887803 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_2_1 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_02_001 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_2_1.o887804 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_2_2 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_02_002 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_2_2.o887805 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_2_3 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_02_003 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_2_3.o887806 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_2_4 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_02_004 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_2_4.o887807 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_2_5 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_02_005 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_2_5.o887808 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_2_6 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_02_006 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_2_6.o887809 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_2_7 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_02_007 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_2_7.o887810 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_3_1 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_03_001 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_3_1.o887811 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_3_2 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_03_002 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_3_2.o887812 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_3_3 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_03_003 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_3_3.o887813 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_3_4 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_03_004 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_3_4.o887814 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_3_5 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_03_005 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_3_5.o887815 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_3_6 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_03_006 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_3_6.o887816 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── P_3_7 │ │ │ ├── FleurInputSchema.xsd │ │ │ ├── FleurOutputSchema.xsd │ │ │ ├── OSZICAR_03_007 │ │ │ ├── POSCAR │ │ │ ├── POSCAR.cif │ │ │ ├── cdnc │ │ │ ├── default.econfig │ │ │ ├── gmax0.dat │ │ │ ├── inp.xml │ │ │ ├── inp_file │ │ │ ├── job_3_7.o887817 │ │ │ ├── jsub │ │ │ ├── juDFT_times.json │ │ │ ├── kpts.xml │ │ │ ├── log │ │ │ ├── profile.config │ │ │ ├── scratch │ │ │ ├── struct.xsf │ │ │ ├── sym.xml │ │ │ └── usage.json │ │ │ ├── RECELL │ │ │ ├── RELAS │ │ │ ├── cp_osz.sh │ │ │ ├── jsub │ │ │ └── run.sh │ └── MAELAS │ │ └── mode2 │ │ ├── README.md │ │ ├── input │ │ ├── ELADAT │ │ ├── OSZICAR │ │ ├── POSCAR │ │ ├── cp_osz.sh │ │ ├── jsub │ │ └── run.sh │ │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── P_1_1_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_1_1.o887763 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_1_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_1_2.o887764 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_2_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_2_1.o887765 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_2_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_2_2.o887766 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_3_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_3_1.o887767 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_3_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_3_2.o887768 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_4_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_4_1.o887769 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_4_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_4_2.o887770 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_5_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_5_1.o887771 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_5_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_5_2.o887772 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_6_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_6_1.o887773 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_6_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_6_2.o887774 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_7_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_7_1.o887775 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_1_7_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_1_7_2.o887776 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_1_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_1_1.o887777 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_1_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_1_2.o887778 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_2_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_2_1.o887779 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_2_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_2_2.o887780 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_3_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdn1 │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_3_1.o887781 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_3_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_3_2.o887782 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_4_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_4_1.o887783 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_4_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_4_2.o887784 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_5_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_5_1.o887785 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_5_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_5_2.o887786 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_6_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_6_1.o887787 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_6_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_6_2.o887788 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_7_1 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_7_1.o887789 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── P_2_7_2 │ │ ├── FleurInputSchema.xsd │ │ ├── FleurOutputSchema.xsd │ │ ├── POSCAR │ │ ├── POSCAR.cif │ │ ├── cdnc │ │ ├── default.econfig │ │ ├── gmax0.dat │ │ ├── inp.xml │ │ ├── inp_file │ │ ├── job_2_7_2.o887790 │ │ ├── jsub │ │ ├── juDFT_times.json │ │ ├── kpts.xml │ │ ├── log │ │ ├── profile.config │ │ ├── scratch │ │ ├── soc0.dat │ │ ├── struct.xsf │ │ ├── sym.xml │ │ └── usage.json │ │ ├── cp_osz.sh │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── jsub │ │ ├── output_derivation.dat │ │ ├── output_generation.dat │ │ ├── run.sh │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas ├── LAMMPS │ ├── AELAS │ │ ├── BCC_Fe │ │ │ ├── input_files │ │ │ │ ├── Fe2015.meam │ │ │ │ ├── INPOS.lmp │ │ │ │ ├── in.Fe │ │ │ │ └── library.Fe2015.meam │ │ │ └── output_files │ │ │ │ ├── DEFMOD │ │ │ │ ├── ELADAT │ │ │ │ ├── EPVDAT │ │ │ │ ├── Fe2015.meam │ │ │ │ ├── INPOS │ │ │ │ ├── INPOS.lmp │ │ │ │ ├── OSZICAR │ │ │ │ ├── OSZICAR_01_001 │ │ │ │ ├── OSZICAR_01_002 │ │ │ │ ├── OSZICAR_01_003 │ │ │ │ ├── OSZICAR_01_004 │ │ │ │ ├── OSZICAR_01_005 │ │ │ │ ├── OSZICAR_01_006 │ │ │ │ ├── OSZICAR_01_007 │ │ │ │ ├── OSZICAR_01_008 │ │ │ │ ├── OSZICAR_01_009 │ │ │ │ ├── OSZICAR_01_010 │ │ │ │ ├── OSZICAR_01_011 │ │ │ │ ├── OSZICAR_01_012 │ │ │ │ ├── OSZICAR_01_013 │ │ │ │ ├── OSZICAR_02_001 │ │ │ │ ├── OSZICAR_02_002 │ │ │ │ ├── OSZICAR_02_003 │ │ │ │ ├── OSZICAR_02_004 │ │ │ │ ├── OSZICAR_02_005 │ │ │ │ ├── OSZICAR_02_006 │ │ │ │ ├── OSZICAR_02_007 │ │ │ │ ├── OSZICAR_02_008 │ │ │ │ ├── OSZICAR_02_009 │ │ │ │ ├── OSZICAR_02_010 │ │ │ │ ├── OSZICAR_02_011 │ │ │ │ ├── OSZICAR_02_012 │ │ │ │ ├── OSZICAR_02_013 │ │ │ │ ├── OSZICAR_03_001 │ │ │ │ ├── OSZICAR_03_002 │ │ │ │ ├── OSZICAR_03_003 │ │ │ │ ├── OSZICAR_03_004 │ │ │ │ ├── OSZICAR_03_005 │ │ │ │ ├── OSZICAR_03_006 │ │ │ │ ├── OSZICAR_03_007 │ │ │ │ ├── OSZICAR_03_008 │ │ │ │ ├── OSZICAR_03_009 │ │ │ │ ├── OSZICAR_03_010 │ │ │ │ ├── OSZICAR_03_011 │ │ │ │ ├── OSZICAR_03_012 │ │ │ │ ├── OSZICAR_03_013 │ │ │ │ ├── POSCAR_01_001.lmp │ │ │ │ ├── POSCAR_01_0010.lmp │ │ │ │ ├── POSCAR_01_0011.lmp │ │ │ │ ├── POSCAR_01_0012.lmp │ │ │ │ ├── POSCAR_01_0013.lmp │ │ │ │ ├── POSCAR_01_002.lmp │ │ │ │ ├── POSCAR_01_003.lmp │ │ │ │ ├── POSCAR_01_004.lmp │ │ │ │ ├── POSCAR_01_005.lmp │ │ │ │ ├── POSCAR_01_006.lmp │ │ │ │ ├── POSCAR_01_007.lmp │ │ │ │ ├── POSCAR_01_008.lmp │ │ │ │ ├── POSCAR_01_009.lmp │ │ │ │ ├── POSCAR_01_010.lmp │ │ │ │ ├── POSCAR_01_011.lmp │ │ │ │ ├── POSCAR_01_012.lmp │ │ │ │ ├── POSCAR_01_013.lmp │ │ │ │ ├── POSCAR_02_001.lmp │ │ │ │ ├── POSCAR_02_0010.lmp │ │ │ │ ├── POSCAR_02_0011.lmp │ │ │ │ ├── POSCAR_02_0012.lmp │ │ │ │ ├── POSCAR_02_0013.lmp │ │ │ │ ├── POSCAR_02_002.lmp │ │ │ │ ├── POSCAR_02_003.lmp │ │ │ │ ├── POSCAR_02_004.lmp │ │ │ │ ├── POSCAR_02_005.lmp │ │ │ │ ├── POSCAR_02_006.lmp │ │ │ │ ├── POSCAR_02_007.lmp │ │ │ │ ├── POSCAR_02_008.lmp │ │ │ │ ├── POSCAR_02_009.lmp │ │ │ │ ├── POSCAR_02_010.lmp │ │ │ │ ├── POSCAR_02_011.lmp │ │ │ │ ├── POSCAR_02_012.lmp │ │ │ │ ├── POSCAR_02_013.lmp │ │ │ │ ├── POSCAR_03_001.lmp │ │ │ │ ├── POSCAR_03_0010.lmp │ │ │ │ ├── POSCAR_03_0011.lmp │ │ │ │ ├── POSCAR_03_0012.lmp │ │ │ │ ├── POSCAR_03_0013.lmp │ │ │ │ ├── POSCAR_03_002.lmp │ │ │ │ ├── POSCAR_03_003.lmp │ │ │ │ ├── POSCAR_03_004.lmp │ │ │ │ ├── POSCAR_03_005.lmp │ │ │ │ ├── POSCAR_03_006.lmp │ │ │ │ ├── POSCAR_03_007.lmp │ │ │ │ ├── POSCAR_03_008.lmp │ │ │ │ ├── POSCAR_03_009.lmp │ │ │ │ ├── POSCAR_03_010.lmp │ │ │ │ ├── POSCAR_03_011.lmp │ │ │ │ ├── POSCAR_03_012.lmp │ │ │ │ ├── POSCAR_03_013.lmp │ │ │ │ ├── POS_01_001.vasp │ │ │ │ ├── POS_01_002.vasp │ │ │ │ ├── POS_01_003.vasp │ │ │ │ ├── POS_01_004.vasp │ │ │ │ ├── POS_01_005.vasp │ │ │ │ ├── POS_01_006.vasp │ │ │ │ ├── POS_01_007.vasp │ │ │ │ ├── POS_01_008.vasp │ │ │ │ ├── POS_01_009.vasp │ │ │ │ ├── POS_01_010.vasp │ │ │ │ ├── POS_01_011.vasp │ │ │ │ ├── POS_01_012.vasp │ │ │ │ ├── POS_01_013.vasp │ │ │ │ ├── POS_02_001.vasp │ │ │ │ ├── POS_02_002.vasp │ │ │ │ ├── POS_02_003.vasp │ │ │ │ ├── POS_02_004.vasp │ │ │ │ ├── POS_02_005.vasp │ │ │ │ ├── POS_02_006.vasp │ │ │ │ ├── POS_02_007.vasp │ │ │ │ ├── POS_02_008.vasp │ │ │ │ ├── POS_02_009.vasp │ │ │ │ ├── POS_02_010.vasp │ │ │ │ ├── POS_02_011.vasp │ │ │ │ ├── POS_02_012.vasp │ │ │ │ ├── POS_02_013.vasp │ │ │ │ ├── POS_03_001.vasp │ │ │ │ ├── POS_03_002.vasp │ │ │ │ ├── POS_03_003.vasp │ │ │ │ ├── POS_03_004.vasp │ │ │ │ ├── POS_03_005.vasp │ │ │ │ ├── POS_03_006.vasp │ │ │ │ ├── POS_03_007.vasp │ │ │ │ ├── POS_03_008.vasp │ │ │ │ ├── POS_03_009.vasp │ │ │ │ ├── POS_03_010.vasp │ │ │ │ ├── POS_03_011.vasp │ │ │ │ ├── POS_03_012.vasp │ │ │ │ ├── POS_03_013.vasp │ │ │ │ ├── RECELL │ │ │ │ ├── RELAS │ │ │ │ ├── energy_1_1.dat │ │ │ │ ├── energy_1_10.dat │ │ │ │ ├── energy_1_11.dat │ │ │ │ ├── energy_1_12.dat │ │ │ │ ├── energy_1_13.dat │ │ │ │ ├── energy_1_2.dat │ │ │ │ ├── energy_1_3.dat │ │ │ │ ├── energy_1_4.dat │ │ │ │ ├── energy_1_5.dat │ │ │ │ ├── energy_1_6.dat │ │ │ │ ├── energy_1_7.dat │ │ │ │ ├── energy_1_8.dat │ │ │ │ ├── energy_1_9.dat │ │ │ │ ├── energy_2_1.dat │ │ │ │ ├── energy_2_10.dat │ │ │ │ ├── energy_2_11.dat │ │ │ │ ├── energy_2_12.dat │ │ │ │ ├── energy_2_13.dat │ │ │ │ ├── energy_2_2.dat │ │ │ │ ├── energy_2_3.dat │ │ │ │ ├── energy_2_4.dat │ │ │ │ ├── energy_2_5.dat │ │ │ │ ├── energy_2_6.dat │ │ │ │ ├── energy_2_7.dat │ │ │ │ ├── energy_2_8.dat │ │ │ │ ├── energy_2_9.dat │ │ │ │ ├── energy_3_1.dat │ │ │ │ ├── energy_3_10.dat │ │ │ │ ├── energy_3_11.dat │ │ │ │ ├── energy_3_12.dat │ │ │ │ ├── energy_3_13.dat │ │ │ │ ├── energy_3_2.dat │ │ │ │ ├── energy_3_3.dat │ │ │ │ ├── energy_3_4.dat │ │ │ │ ├── energy_3_5.dat │ │ │ │ ├── energy_3_6.dat │ │ │ │ ├── energy_3_7.dat │ │ │ │ ├── energy_3_8.dat │ │ │ │ ├── energy_3_9.dat │ │ │ │ ├── gen_poscar.sh │ │ │ │ ├── in.Fe │ │ │ │ ├── in.lmp_0 │ │ │ │ ├── library.Fe2015.meam │ │ │ │ ├── log.cite │ │ │ │ ├── log.lammps │ │ │ │ ├── results_1_1 │ │ │ │ ├── results_1_10 │ │ │ │ ├── results_1_11 │ │ │ │ ├── results_1_12 │ │ │ │ ├── results_1_13 │ │ │ │ ├── results_1_2 │ │ │ │ ├── results_1_3 │ │ │ │ ├── results_1_4 │ │ │ │ ├── results_1_5 │ │ │ │ ├── results_1_6 │ │ │ │ ├── results_1_7 │ │ │ │ ├── results_1_8 │ │ │ │ ├── results_1_9 │ │ │ │ ├── results_2_1 │ │ │ │ ├── results_2_10 │ │ │ │ ├── results_2_11 │ │ │ │ ├── results_2_12 │ │ │ │ ├── results_2_13 │ │ │ │ ├── results_2_2 │ │ │ │ ├── results_2_3 │ │ │ │ ├── results_2_4 │ │ │ │ ├── results_2_5 │ │ │ │ ├── results_2_6 │ │ │ │ ├── results_2_7 │ │ │ │ ├── results_2_8 │ │ │ │ ├── results_2_9 │ │ │ │ ├── results_3_1 │ │ │ │ ├── results_3_10 │ │ │ │ ├── results_3_11 │ │ │ │ ├── results_3_12 │ │ │ │ ├── results_3_13 │ │ │ │ ├── results_3_2 │ │ │ │ ├── results_3_3 │ │ │ │ ├── results_3_4 │ │ │ │ ├── results_3_5 │ │ │ │ ├── results_3_6 │ │ │ │ ├── results_3_7 │ │ │ │ ├── results_3_8 │ │ │ │ ├── results_3_9 │ │ │ │ └── run_lmp.sh │ │ ├── README.md │ │ ├── src │ │ │ ├── OSZICAR │ │ │ ├── gen_poscar.sh │ │ │ └── run_lmp.sh │ │ └── workflow_lmp_aelas.pdf │ └── MAELAS │ │ ├── mode_1 │ │ ├── BCC_Fe │ │ │ ├── input_files │ │ │ │ ├── ELADAT │ │ │ │ ├── Fe2015.meam │ │ │ │ ├── cell.lmp │ │ │ │ ├── in.Fe │ │ │ │ └── library.Fe2015.meam │ │ │ └── output_files │ │ │ │ ├── ELADAT │ │ │ │ ├── Fe2015.meam │ │ │ │ ├── INCAR_1_1 │ │ │ │ ├── INCAR_1_2 │ │ │ │ ├── INCAR_2_1 │ │ │ │ ├── INCAR_2_2 │ │ │ │ ├── INCAR_std │ │ │ │ ├── KPOINTS │ │ │ │ ├── OSZICAR │ │ │ │ ├── OSZICAR_1_1_1 │ │ │ │ ├── OSZICAR_1_1_2 │ │ │ │ ├── OSZICAR_1_2_1 │ │ │ │ ├── OSZICAR_1_2_2 │ │ │ │ ├── OSZICAR_1_3_1 │ │ │ │ ├── OSZICAR_1_3_2 │ │ │ │ ├── OSZICAR_1_4_1 │ │ │ │ ├── OSZICAR_1_4_2 │ │ │ │ ├── OSZICAR_1_5_1 │ │ │ │ ├── OSZICAR_1_5_2 │ │ │ │ ├── OSZICAR_1_6_1 │ │ │ │ ├── OSZICAR_1_6_2 │ │ │ │ ├── OSZICAR_1_7_1 │ │ │ │ ├── OSZICAR_1_7_2 │ │ │ │ ├── OSZICAR_1_8_1 │ │ │ │ ├── OSZICAR_1_8_2 │ │ │ │ ├── OSZICAR_1_9_1 │ │ │ │ ├── OSZICAR_1_9_2 │ │ │ │ ├── OSZICAR_2_1_1 │ │ │ │ ├── OSZICAR_2_1_2 │ │ │ │ ├── OSZICAR_2_2_1 │ │ │ │ ├── OSZICAR_2_2_2 │ │ │ │ ├── OSZICAR_2_3_1 │ │ │ │ ├── OSZICAR_2_3_2 │ │ │ │ ├── OSZICAR_2_4_1 │ │ │ │ ├── OSZICAR_2_4_2 │ │ │ │ ├── OSZICAR_2_5_1 │ │ │ │ ├── OSZICAR_2_5_2 │ │ │ │ ├── OSZICAR_2_6_1 │ │ │ │ ├── OSZICAR_2_6_2 │ │ │ │ ├── OSZICAR_2_7_1 │ │ │ │ ├── OSZICAR_2_7_2 │ │ │ │ ├── OSZICAR_2_8_1 │ │ │ │ ├── OSZICAR_2_8_2 │ │ │ │ ├── OSZICAR_2_9_1 │ │ │ │ ├── OSZICAR_2_9_2 │ │ │ │ ├── POSCAR_1_1 │ │ │ │ ├── POSCAR_1_1.lmp │ │ │ │ ├── POSCAR_1_2 │ │ │ │ ├── POSCAR_1_2.lmp │ │ │ │ ├── POSCAR_1_3 │ │ │ │ ├── POSCAR_1_3.lmp │ │ │ │ ├── POSCAR_1_4 │ │ │ │ ├── POSCAR_1_4.lmp │ │ │ │ ├── POSCAR_1_5 │ │ │ │ ├── POSCAR_1_5.lmp │ │ │ │ ├── POSCAR_1_6 │ │ │ │ ├── POSCAR_1_6.lmp │ │ │ │ ├── POSCAR_1_7 │ │ │ │ ├── POSCAR_1_7.lmp │ │ │ │ ├── POSCAR_1_8 │ │ │ │ ├── POSCAR_1_8.lmp │ │ │ │ ├── POSCAR_1_9 │ │ │ │ ├── POSCAR_1_9.lmp │ │ │ │ ├── POSCAR_2_1 │ │ │ │ ├── POSCAR_2_1.lmp │ │ │ │ ├── POSCAR_2_2 │ │ │ │ ├── POSCAR_2_2.lmp │ │ │ │ ├── POSCAR_2_3 │ │ │ │ ├── POSCAR_2_3.lmp │ │ │ │ ├── POSCAR_2_4 │ │ │ │ ├── POSCAR_2_4.lmp │ │ │ │ ├── POSCAR_2_5 │ │ │ │ ├── POSCAR_2_5.lmp │ │ │ │ ├── POSCAR_2_6 │ │ │ │ ├── POSCAR_2_6.lmp │ │ │ │ ├── POSCAR_2_7 │ │ │ │ ├── POSCAR_2_7.lmp │ │ │ │ ├── POSCAR_2_8 │ │ │ │ ├── POSCAR_2_8.lmp │ │ │ │ ├── POSCAR_2_9 │ │ │ │ ├── POSCAR_2_9.lmp │ │ │ │ ├── POSCAR_rlx │ │ │ │ ├── cell.lmp │ │ │ │ ├── dE_1.png │ │ │ │ ├── dE_2.png │ │ │ │ ├── ene_1_1.dat │ │ │ │ ├── ene_1_2.dat │ │ │ │ ├── ene_2_1.dat │ │ │ │ ├── ene_2_2.dat │ │ │ │ ├── energy_1_1_1.dat │ │ │ │ ├── energy_1_1_2.dat │ │ │ │ ├── energy_1_2_1.dat │ │ │ │ ├── energy_1_2_2.dat │ │ │ │ ├── energy_1_3_1.dat │ │ │ │ ├── energy_1_3_2.dat │ │ │ │ ├── energy_1_4_1.dat │ │ │ │ ├── energy_1_4_2.dat │ │ │ │ ├── energy_1_5_1.dat │ │ │ │ ├── energy_1_5_2.dat │ │ │ │ ├── energy_1_6_1.dat │ │ │ │ ├── energy_1_6_2.dat │ │ │ │ ├── energy_1_7_1.dat │ │ │ │ ├── energy_1_7_2.dat │ │ │ │ ├── energy_1_8_1.dat │ │ │ │ ├── energy_1_8_2.dat │ │ │ │ ├── energy_1_9_1.dat │ │ │ │ ├── energy_1_9_2.dat │ │ │ │ ├── energy_2_1_1.dat │ │ │ │ ├── energy_2_1_2.dat │ │ │ │ ├── energy_2_2_1.dat │ │ │ │ ├── energy_2_2_2.dat │ │ │ │ ├── energy_2_3_1.dat │ │ │ │ ├── energy_2_3_2.dat │ │ │ │ ├── energy_2_4_1.dat │ │ │ │ ├── energy_2_4_2.dat │ │ │ │ ├── energy_2_5_1.dat │ │ │ │ ├── energy_2_5_2.dat │ │ │ │ ├── energy_2_6_1.dat │ │ │ │ ├── energy_2_6_2.dat │ │ │ │ ├── energy_2_7_1.dat │ │ │ │ ├── energy_2_7_2.dat │ │ │ │ ├── energy_2_8_1.dat │ │ │ │ ├── energy_2_8_2.dat │ │ │ │ ├── energy_2_9_1.dat │ │ │ │ ├── energy_2_9_2.dat │ │ │ │ ├── fit_ene_1_1.png │ │ │ │ ├── fit_ene_1_2.png │ │ │ │ ├── fit_ene_2_1.png │ │ │ │ ├── fit_ene_2_2.png │ │ │ │ ├── gen_poscar.sh │ │ │ │ ├── in.Fe │ │ │ │ ├── in.lmp_1_1_0 │ │ │ │ ├── in.lmp_1_2_0 │ │ │ │ ├── in.lmp_2_1_0 │ │ │ │ ├── in.lmp_2_2_0 │ │ │ │ ├── library.Fe2015.meam │ │ │ │ ├── log.cite │ │ │ │ ├── log.lammps │ │ │ │ ├── maelas_output.dat │ │ │ │ ├── results_1_1_1 │ │ │ │ ├── results_1_1_2 │ │ │ │ ├── results_1_2_1 │ │ │ │ ├── results_1_2_2 │ │ │ │ ├── results_1_3_1 │ │ │ │ ├── results_1_3_2 │ │ │ │ ├── results_1_4_1 │ │ │ │ ├── results_1_4_2 │ │ │ │ ├── results_1_5_1 │ │ │ │ ├── results_1_5_2 │ │ │ │ ├── results_1_6_1 │ │ │ │ ├── results_1_6_2 │ │ │ │ ├── results_1_7_1 │ │ │ │ ├── results_1_7_2 │ │ │ │ ├── results_1_8_1 │ │ │ │ ├── results_1_8_2 │ │ │ │ ├── results_1_9_1 │ │ │ │ ├── results_1_9_2 │ │ │ │ ├── results_2_1_1 │ │ │ │ ├── results_2_1_2 │ │ │ │ ├── results_2_2_1 │ │ │ │ ├── results_2_2_2 │ │ │ │ ├── results_2_3_1 │ │ │ │ ├── results_2_3_2 │ │ │ │ ├── results_2_4_1 │ │ │ │ ├── results_2_4_2 │ │ │ │ ├── results_2_5_1 │ │ │ │ ├── results_2_5_2 │ │ │ │ ├── results_2_6_1 │ │ │ │ ├── results_2_6_2 │ │ │ │ ├── results_2_7_1 │ │ │ │ ├── results_2_7_2 │ │ │ │ ├── results_2_8_1 │ │ │ │ ├── results_2_8_2 │ │ │ │ ├── results_2_9_1 │ │ │ │ ├── results_2_9_2 │ │ │ │ ├── run_lmp.sh │ │ │ │ ├── vasp_0 │ │ │ │ ├── vasp_cp_oszicar │ │ │ │ ├── vasp_jsub │ │ │ │ └── vasp_maelas │ │ ├── README.md │ │ ├── src │ │ │ ├── OSZICAR │ │ │ ├── gen_poscar.sh │ │ │ └── run_lmp.sh │ │ └── workflow_lmp_maelas.pdf │ │ └── mode_3 │ │ ├── README.md │ │ ├── calculation_volume_magnetostriction_MAELAS │ │ ├── input │ │ │ ├── Fe_Mishin2006.eam.alloy │ │ │ ├── INPOS.lmp │ │ │ ├── OSZICAR │ │ │ ├── gen_poscar_aelas.sh │ │ │ ├── gen_poscar_maelas.sh │ │ │ ├── in.aelas │ │ │ ├── in.maelas │ │ │ └── run │ │ └── output │ │ │ ├── DEFMOD │ │ │ ├── ELADAT │ │ │ ├── EPVDAT │ │ │ ├── Fe_Mishin2006.eam.alloy │ │ │ ├── INCAR_std │ │ │ ├── INPOS │ │ │ ├── INPOS.lmp │ │ │ ├── KPOINTS │ │ │ ├── OSZICAR │ │ │ ├── OSZICAR_01_001 │ │ │ ├── OSZICAR_01_002 │ │ │ ├── OSZICAR_01_003 │ │ │ ├── OSZICAR_01_004 │ │ │ ├── OSZICAR_01_005 │ │ │ ├── OSZICAR_01_006 │ │ │ ├── OSZICAR_01_007 │ │ │ ├── OSZICAR_01_008 │ │ │ ├── OSZICAR_01_009 │ │ │ ├── OSZICAR_01_010 │ │ │ ├── OSZICAR_01_011 │ │ │ ├── OSZICAR_01_012 │ │ │ ├── OSZICAR_01_013 │ │ │ ├── OSZICAR_02_001 │ │ │ ├── OSZICAR_02_002 │ │ │ ├── OSZICAR_02_003 │ │ │ ├── OSZICAR_02_004 │ │ │ ├── OSZICAR_02_005 │ │ │ ├── OSZICAR_02_006 │ │ │ ├── OSZICAR_02_007 │ │ │ ├── OSZICAR_02_008 │ │ │ ├── OSZICAR_02_009 │ │ │ ├── OSZICAR_02_010 │ │ │ ├── OSZICAR_02_011 │ │ │ ├── OSZICAR_02_012 │ │ │ ├── OSZICAR_02_013 │ │ │ ├── OSZICAR_03_001 │ │ │ ├── OSZICAR_03_002 │ │ │ ├── OSZICAR_03_003 │ │ │ ├── OSZICAR_03_004 │ │ │ ├── OSZICAR_03_005 │ │ │ ├── OSZICAR_03_006 │ │ │ ├── OSZICAR_03_007 │ │ │ ├── OSZICAR_03_008 │ │ │ ├── OSZICAR_03_009 │ │ │ ├── OSZICAR_03_010 │ │ │ ├── OSZICAR_03_011 │ │ │ ├── OSZICAR_03_012 │ │ │ ├── OSZICAR_03_013 │ │ │ ├── OSZICAR_1_1_1 │ │ │ ├── OSZICAR_1_2_1 │ │ │ ├── OSZICAR_1_3_1 │ │ │ ├── OSZICAR_1_4_1 │ │ │ ├── OSZICAR_1_5_1 │ │ │ ├── OSZICAR_1_6_1 │ │ │ ├── OSZICAR_1_7_1 │ │ │ ├── POSCAR │ │ │ ├── POSCAR_01_001.lmp │ │ │ ├── POSCAR_01_0010.lmp │ │ │ ├── POSCAR_01_0011.lmp │ │ │ ├── POSCAR_01_0012.lmp │ │ │ ├── POSCAR_01_0013.lmp │ │ │ ├── POSCAR_01_002.lmp │ │ │ ├── POSCAR_01_003.lmp │ │ │ ├── POSCAR_01_004.lmp │ │ │ ├── POSCAR_01_005.lmp │ │ │ ├── POSCAR_01_006.lmp │ │ │ ├── POSCAR_01_007.lmp │ │ │ ├── POSCAR_01_008.lmp │ │ │ ├── POSCAR_01_009.lmp │ │ │ ├── POSCAR_01_010.lmp │ │ │ ├── POSCAR_01_011.lmp │ │ │ ├── POSCAR_01_012.lmp │ │ │ ├── POSCAR_01_013.lmp │ │ │ ├── POSCAR_02_001.lmp │ │ │ ├── POSCAR_02_0010.lmp │ │ │ ├── POSCAR_02_0011.lmp │ │ │ ├── POSCAR_02_0012.lmp │ │ │ ├── POSCAR_02_0013.lmp │ │ │ ├── POSCAR_02_002.lmp │ │ │ ├── POSCAR_02_003.lmp │ │ │ ├── POSCAR_02_004.lmp │ │ │ ├── POSCAR_02_005.lmp │ │ │ ├── POSCAR_02_006.lmp │ │ │ ├── POSCAR_02_007.lmp │ │ │ ├── POSCAR_02_008.lmp │ │ │ ├── POSCAR_02_009.lmp │ │ │ ├── POSCAR_02_010.lmp │ │ │ ├── POSCAR_02_011.lmp │ │ │ ├── POSCAR_02_012.lmp │ │ │ ├── POSCAR_02_013.lmp │ │ │ ├── POSCAR_03_001.lmp │ │ │ ├── POSCAR_03_0010.lmp │ │ │ ├── POSCAR_03_0011.lmp │ │ │ ├── POSCAR_03_0012.lmp │ │ │ ├── POSCAR_03_0013.lmp │ │ │ ├── POSCAR_03_002.lmp │ │ │ ├── POSCAR_03_003.lmp │ │ │ ├── POSCAR_03_004.lmp │ │ │ ├── POSCAR_03_005.lmp │ │ │ ├── POSCAR_03_006.lmp │ │ │ ├── POSCAR_03_007.lmp │ │ │ ├── POSCAR_03_008.lmp │ │ │ ├── POSCAR_03_009.lmp │ │ │ ├── POSCAR_03_010.lmp │ │ │ ├── POSCAR_03_011.lmp │ │ │ ├── POSCAR_03_012.lmp │ │ │ ├── POSCAR_03_013.lmp │ │ │ ├── POSCAR_1_1.lmp │ │ │ ├── POSCAR_1_2.lmp │ │ │ ├── POSCAR_1_3.lmp │ │ │ ├── POSCAR_1_4.lmp │ │ │ ├── POSCAR_1_5.lmp │ │ │ ├── POSCAR_1_6.lmp │ │ │ ├── POSCAR_1_7.lmp │ │ │ ├── POS_01_001.vasp │ │ │ ├── POS_01_002.vasp │ │ │ ├── POS_01_003.vasp │ │ │ ├── POS_01_004.vasp │ │ │ ├── POS_01_005.vasp │ │ │ ├── POS_01_006.vasp │ │ │ ├── POS_01_007.vasp │ │ │ ├── POS_01_008.vasp │ │ │ ├── POS_01_009.vasp │ │ │ ├── POS_01_010.vasp │ │ │ ├── POS_01_011.vasp │ │ │ ├── POS_01_012.vasp │ │ │ ├── POS_01_013.vasp │ │ │ ├── POS_02_001.vasp │ │ │ ├── POS_02_002.vasp │ │ │ ├── POS_02_003.vasp │ │ │ ├── POS_02_004.vasp │ │ │ ├── POS_02_005.vasp │ │ │ ├── POS_02_006.vasp │ │ │ ├── POS_02_007.vasp │ │ │ ├── POS_02_008.vasp │ │ │ ├── POS_02_009.vasp │ │ │ ├── POS_02_010.vasp │ │ │ ├── POS_02_011.vasp │ │ │ ├── POS_02_012.vasp │ │ │ ├── POS_02_013.vasp │ │ │ ├── POS_03_001.vasp │ │ │ ├── POS_03_002.vasp │ │ │ ├── POS_03_003.vasp │ │ │ ├── POS_03_004.vasp │ │ │ ├── POS_03_005.vasp │ │ │ ├── POS_03_006.vasp │ │ │ ├── POS_03_007.vasp │ │ │ ├── POS_03_008.vasp │ │ │ ├── POS_03_009.vasp │ │ │ ├── POS_03_010.vasp │ │ │ ├── POS_03_011.vasp │ │ │ ├── POS_03_012.vasp │ │ │ ├── POS_03_013.vasp │ │ │ ├── RECELL │ │ │ ├── RELAS │ │ │ ├── ene_1_1.dat │ │ │ ├── energy_1_1.dat │ │ │ ├── energy_1_10.dat │ │ │ ├── energy_1_11.dat │ │ │ ├── energy_1_12.dat │ │ │ ├── energy_1_13.dat │ │ │ ├── energy_1_2.dat │ │ │ ├── energy_1_3.dat │ │ │ ├── energy_1_4.dat │ │ │ ├── energy_1_5.dat │ │ │ ├── energy_1_6.dat │ │ │ ├── energy_1_7.dat │ │ │ ├── energy_1_8.dat │ │ │ ├── energy_1_9.dat │ │ │ ├── energy_2_1.dat │ │ │ ├── energy_2_10.dat │ │ │ ├── energy_2_11.dat │ │ │ ├── energy_2_12.dat │ │ │ ├── energy_2_13.dat │ │ │ ├── energy_2_2.dat │ │ │ ├── energy_2_3.dat │ │ │ ├── energy_2_4.dat │ │ │ ├── energy_2_5.dat │ │ │ ├── energy_2_6.dat │ │ │ ├── energy_2_7.dat │ │ │ ├── energy_2_8.dat │ │ │ ├── energy_2_9.dat │ │ │ ├── energy_3_1.dat │ │ │ ├── energy_3_10.dat │ │ │ ├── energy_3_11.dat │ │ │ ├── energy_3_12.dat │ │ │ ├── energy_3_13.dat │ │ │ ├── energy_3_2.dat │ │ │ ├── energy_3_3.dat │ │ │ ├── energy_3_4.dat │ │ │ ├── energy_3_5.dat │ │ │ ├── energy_3_6.dat │ │ │ ├── energy_3_7.dat │ │ │ ├── energy_3_8.dat │ │ │ ├── energy_3_9.dat │ │ │ ├── fit_ene_1_1.png │ │ │ ├── gen_poscar_aelas.sh │ │ │ ├── gen_poscar_maelas.sh │ │ │ ├── in.aelas │ │ │ ├── in.lmp_0 │ │ │ ├── in.maelas │ │ │ ├── log.lammps │ │ │ ├── output.dat │ │ │ ├── results_aelas_1_1 │ │ │ ├── results_aelas_1_10 │ │ │ ├── results_aelas_1_11 │ │ │ ├── results_aelas_1_12 │ │ │ ├── results_aelas_1_13 │ │ │ ├── results_aelas_1_2 │ │ │ ├── results_aelas_1_3 │ │ │ ├── results_aelas_1_4 │ │ │ ├── results_aelas_1_5 │ │ │ ├── results_aelas_1_6 │ │ │ ├── results_aelas_1_7 │ │ │ ├── results_aelas_1_8 │ │ │ ├── results_aelas_1_9 │ │ │ ├── results_aelas_2_1 │ │ │ ├── results_aelas_2_10 │ │ │ ├── results_aelas_2_11 │ │ │ ├── results_aelas_2_12 │ │ │ ├── results_aelas_2_13 │ │ │ ├── results_aelas_2_2 │ │ │ ├── results_aelas_2_3 │ │ │ ├── results_aelas_2_4 │ │ │ ├── results_aelas_2_5 │ │ │ ├── results_aelas_2_6 │ │ │ ├── results_aelas_2_7 │ │ │ ├── results_aelas_2_8 │ │ │ ├── results_aelas_2_9 │ │ │ ├── results_aelas_3_1 │ │ │ ├── results_aelas_3_10 │ │ │ ├── results_aelas_3_11 │ │ │ ├── results_aelas_3_12 │ │ │ ├── results_aelas_3_13 │ │ │ ├── results_aelas_3_2 │ │ │ ├── results_aelas_3_3 │ │ │ ├── results_aelas_3_4 │ │ │ ├── results_aelas_3_5 │ │ │ ├── results_aelas_3_6 │ │ │ ├── results_aelas_3_7 │ │ │ ├── results_aelas_3_8 │ │ │ ├── results_aelas_3_9 │ │ │ ├── results_maelas_1_1 │ │ │ ├── results_maelas_1_2 │ │ │ ├── results_maelas_1_3 │ │ │ ├── results_maelas_1_4 │ │ │ ├── results_maelas_1_5 │ │ │ ├── results_maelas_1_6 │ │ │ ├── results_maelas_1_7 │ │ │ ├── run │ │ │ ├── vasp_0 │ │ │ ├── vasp_cp_oszicar │ │ │ ├── vasp_jsub │ │ │ └── vasp_maelas │ │ └── calculation_volume_magnetostriction_alternative_method │ │ ├── input │ │ ├── Fe_Mishin2006.eam.alloy │ │ ├── eos.py │ │ ├── in.ferro │ │ ├── in.para │ │ └── run │ │ └── output │ │ ├── Fe_Mishin2006.eam.alloy │ │ ├── ene_vs_vol_ferro.dat │ │ ├── ene_vs_vol_para.dat │ │ ├── eos.py │ │ ├── in.ferro │ │ ├── in.lmp_0 │ │ ├── in.para │ │ ├── log.lammps │ │ ├── output.dat │ │ ├── results_ferro_1000 │ │ ├── results_ferro_1005 │ │ ├── results_ferro_1010 │ │ ├── results_ferro_1015 │ │ ├── results_ferro_985 │ │ ├── results_ferro_990 │ │ ├── results_ferro_995 │ │ ├── results_para_1000 │ │ ├── results_para_1005 │ │ ├── results_para_1010 │ │ ├── results_para_1015 │ │ ├── results_para_985 │ │ ├── results_para_990 │ │ ├── results_para_995 │ │ └── run ├── QuantumEspresso │ ├── AELAS │ │ ├── README.md │ │ ├── input │ │ │ ├── OSZICAR │ │ │ ├── jsub │ │ │ ├── run.sh │ │ │ └── structure.pw │ │ └── output │ │ │ ├── DEFMOD │ │ │ ├── ELADAT │ │ │ ├── EPVDAT │ │ │ ├── INPOS │ │ │ ├── OSZICAR │ │ │ ├── OSZICAR_01_001 │ │ │ ├── OSZICAR_01_002 │ │ │ ├── OSZICAR_01_003 │ │ │ ├── OSZICAR_01_004 │ │ │ ├── OSZICAR_01_005 │ │ │ ├── OSZICAR_01_006 │ │ │ ├── OSZICAR_01_007 │ │ │ ├── OSZICAR_01_008 │ │ │ ├── OSZICAR_01_009 │ │ │ ├── OSZICAR_01_010 │ │ │ ├── OSZICAR_01_011 │ │ │ ├── OSZICAR_01_012 │ │ │ ├── OSZICAR_01_013 │ │ │ ├── OSZICAR_02_001 │ │ │ ├── OSZICAR_02_002 │ │ │ ├── OSZICAR_02_003 │ │ │ ├── OSZICAR_02_004 │ │ │ ├── OSZICAR_02_005 │ │ │ ├── OSZICAR_02_006 │ │ │ ├── OSZICAR_02_007 │ │ │ ├── OSZICAR_02_008 │ │ │ ├── OSZICAR_02_009 │ │ │ ├── OSZICAR_02_010 │ │ │ ├── OSZICAR_02_011 │ │ │ ├── OSZICAR_02_012 │ │ │ ├── OSZICAR_02_013 │ │ │ ├── OSZICAR_03_001 │ │ │ ├── OSZICAR_03_002 │ │ │ ├── OSZICAR_03_003 │ │ │ ├── OSZICAR_03_004 │ │ │ ├── OSZICAR_03_005 │ │ │ ├── OSZICAR_03_006 │ │ │ ├── OSZICAR_03_007 │ │ │ ├── OSZICAR_03_008 │ │ │ ├── OSZICAR_03_009 │ │ │ ├── OSZICAR_03_010 │ │ │ ├── OSZICAR_03_011 │ │ │ ├── OSZICAR_03_012 │ │ │ ├── OSZICAR_03_013 │ │ │ ├── POSCAR.pw │ │ │ ├── POS_01_001.vasp │ │ │ ├── POS_01_002.vasp │ │ │ ├── POS_01_003.vasp │ │ │ ├── POS_01_004.vasp │ │ │ ├── POS_01_005.vasp │ │ │ ├── POS_01_006.vasp │ │ │ ├── POS_01_007.vasp │ │ │ ├── POS_01_008.vasp │ │ │ ├── POS_01_009.vasp │ │ │ ├── POS_01_010.vasp │ │ │ ├── POS_01_011.vasp │ │ │ ├── POS_01_012.vasp │ │ │ ├── POS_01_013.vasp │ │ │ ├── POS_02_001.vasp │ │ │ ├── POS_02_002.vasp │ │ │ ├── POS_02_003.vasp │ │ │ ├── POS_02_004.vasp │ │ │ ├── POS_02_005.vasp │ │ │ ├── POS_02_006.vasp │ │ │ ├── POS_02_007.vasp │ │ │ ├── POS_02_008.vasp │ │ │ ├── POS_02_009.vasp │ │ │ ├── POS_02_010.vasp │ │ │ ├── POS_02_011.vasp │ │ │ ├── POS_02_012.vasp │ │ │ ├── POS_02_013.vasp │ │ │ ├── POS_03_001.vasp │ │ │ ├── POS_03_002.vasp │ │ │ ├── POS_03_003.vasp │ │ │ ├── POS_03_004.vasp │ │ │ ├── POS_03_005.vasp │ │ │ ├── POS_03_006.vasp │ │ │ ├── POS_03_007.vasp │ │ │ ├── POS_03_008.vasp │ │ │ ├── POS_03_009.vasp │ │ │ ├── POS_03_010.vasp │ │ │ ├── POS_03_011.vasp │ │ │ ├── POS_03_012.vasp │ │ │ ├── POS_03_013.vasp │ │ │ ├── P_1_1 │ │ │ ├── OSZICAR_01_001 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_1.out │ │ │ ├── P_1_10 │ │ │ ├── OSZICAR_01_010 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_10.out │ │ │ ├── P_1_11 │ │ │ ├── OSZICAR_01_011 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_11.out │ │ │ ├── P_1_12 │ │ │ ├── OSZICAR_01_012 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_12.out │ │ │ ├── P_1_13 │ │ │ ├── OSZICAR_01_013 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_13.out │ │ │ ├── P_1_2 │ │ │ ├── OSZICAR_01_002 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_2.out │ │ │ ├── P_1_3 │ │ │ ├── OSZICAR_01_003 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_3.out │ │ │ ├── P_1_4 │ │ │ ├── OSZICAR_01_004 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_4.out │ │ │ ├── P_1_5 │ │ │ ├── OSZICAR_01_005 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_5.out │ │ │ ├── P_1_6 │ │ │ ├── OSZICAR_01_006 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_6.out │ │ │ ├── P_1_7 │ │ │ ├── OSZICAR_01_007 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_7.out │ │ │ ├── P_1_8 │ │ │ ├── OSZICAR_01_008 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_8.out │ │ │ ├── P_1_9 │ │ │ ├── OSZICAR_01_009 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_1_9.out │ │ │ ├── P_2_1 │ │ │ ├── OSZICAR_02_001 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_1.out │ │ │ ├── P_2_10 │ │ │ ├── OSZICAR_02_010 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_10.out │ │ │ ├── P_2_11 │ │ │ ├── OSZICAR_02_011 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_11.out │ │ │ ├── P_2_12 │ │ │ ├── OSZICAR_02_012 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_12.out │ │ │ ├── P_2_13 │ │ │ ├── OSZICAR_02_013 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_13.out │ │ │ ├── P_2_2 │ │ │ ├── OSZICAR_02_002 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_2.out │ │ │ ├── P_2_3 │ │ │ ├── OSZICAR_02_003 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_3.out │ │ │ ├── P_2_4 │ │ │ ├── OSZICAR_02_004 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_4.out │ │ │ ├── P_2_5 │ │ │ ├── OSZICAR_02_005 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_5.out │ │ │ ├── P_2_6 │ │ │ ├── OSZICAR_02_006 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_6.out │ │ │ ├── P_2_7 │ │ │ ├── OSZICAR_02_007 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_7.out │ │ │ ├── P_2_8 │ │ │ ├── OSZICAR_02_008 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_8.out │ │ │ ├── P_2_9 │ │ │ ├── OSZICAR_02_009 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_2_9.out │ │ │ ├── P_3_1 │ │ │ ├── OSZICAR_03_001 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_1.out │ │ │ ├── P_3_10 │ │ │ ├── OSZICAR_03_010 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_10.out │ │ │ ├── P_3_11 │ │ │ ├── OSZICAR_03_011 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_11.out │ │ │ ├── P_3_12 │ │ │ ├── OSZICAR_03_012 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_12.out │ │ │ ├── P_3_13 │ │ │ ├── OSZICAR_03_013 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_13.out │ │ │ ├── P_3_2 │ │ │ ├── OSZICAR_03_002 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_2.out │ │ │ ├── P_3_3 │ │ │ ├── OSZICAR_03_003 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_3.out │ │ │ ├── P_3_4 │ │ │ ├── OSZICAR_03_004 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_4.out │ │ │ ├── P_3_5 │ │ │ ├── OSZICAR_03_005 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_5.out │ │ │ ├── P_3_6 │ │ │ ├── OSZICAR_03_006 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_6.out │ │ │ ├── P_3_7 │ │ │ ├── OSZICAR_03_007 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_7.out │ │ │ ├── P_3_8 │ │ │ ├── OSZICAR_03_008 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_8.out │ │ │ ├── P_3_9 │ │ │ ├── OSZICAR_03_009 │ │ │ ├── POSCAR.pw │ │ │ ├── pwscf.xml │ │ │ └── scf_3_9.out │ │ │ ├── RECELL │ │ │ ├── RELAS │ │ │ ├── jsub │ │ │ ├── log │ │ │ ├── run.sh │ │ │ └── structure.pw │ └── MAELAS │ │ └── mode3 │ │ ├── README.md │ │ ├── input │ │ ├── ELADAT │ │ ├── OSZICAR │ │ ├── jsub │ │ ├── run.sh │ │ └── structure.pw │ │ └── output │ │ ├── ELADAT │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_1.pw │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_2.pw │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_3.pw │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_4.pw │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_5.pw │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_6.pw │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_1_7.pw │ │ ├── P_1_1 │ │ ├── OSZICAR_1_1_1 │ │ ├── POSCAR_1_1.pw │ │ ├── pwscf.xml │ │ └── scf_1_1.out │ │ ├── P_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── POSCAR_1_2.pw │ │ ├── pwscf.xml │ │ └── scf_1_2.out │ │ ├── P_1_3 │ │ ├── OSZICAR_1_3_1 │ │ ├── POSCAR_1_3.pw │ │ ├── pwscf.xml │ │ └── scf_1_3.out │ │ ├── P_1_4 │ │ ├── OSZICAR_1_4_1 │ │ ├── POSCAR_1_4.pw │ │ ├── pwscf.xml │ │ └── scf_1_4.out │ │ ├── P_1_5 │ │ ├── OSZICAR_1_5_1 │ │ ├── POSCAR_1_5.pw │ │ ├── pwscf.xml │ │ └── scf_1_5.out │ │ ├── P_1_6 │ │ ├── OSZICAR_1_6_1 │ │ ├── POSCAR_1_6.pw │ │ ├── pwscf.xml │ │ └── scf_1_6.out │ │ ├── P_1_7 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR_1_7.pw │ │ ├── pwscf.xml │ │ └── scf_1_7.out │ │ ├── ene_1_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── jsub │ │ ├── log │ │ ├── output_derivation.dat │ │ ├── output_generation.dat │ │ ├── run.sh │ │ ├── structure.pw │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas ├── VASP │ ├── mode_1 │ │ └── Fe_bcc │ │ │ ├── Automatic_flow_all_steps │ │ │ ├── ELADAT │ │ │ ├── POSCAR_Fe_bcc │ │ │ ├── README.md │ │ │ ├── automatic_flow.sh │ │ │ ├── report.out │ │ │ └── results │ │ │ │ ├── Step1_cell_relaxation │ │ │ │ ├── INCAR │ │ │ │ ├── KPOINTS │ │ │ │ ├── POSCAR │ │ │ │ ├── POSCAR_Fe_bcc │ │ │ │ ├── job_summary_step1 │ │ │ │ ├── output.dat │ │ │ │ ├── pid_job │ │ │ │ └── vasp_jsub_rlx │ │ │ │ ├── Step2_test_MAE │ │ │ │ ├── INCAR_0_1 │ │ │ │ ├── INCAR_0_2 │ │ │ │ ├── INCAR_std │ │ │ │ ├── KPOINTS │ │ │ │ ├── OSZICAR_0_0_1 │ │ │ │ ├── OSZICAR_0_0_2 │ │ │ │ ├── POSCAR_0_0 │ │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ │ ├── P_0_0 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_mae_0 │ │ │ │ │ └── vasp_mae_jsub │ │ │ │ ├── job_summary_step2 │ │ │ │ ├── output.dat │ │ │ │ ├── pid_job │ │ │ │ ├── vasp_mae │ │ │ │ ├── vasp_mae_0 │ │ │ │ ├── vasp_mae_cp_oszicar │ │ │ │ └── vasp_mae_jsub │ │ │ │ ├── Step3_generation_VASP_input_files │ │ │ │ ├── INCAR_1_1 │ │ │ │ ├── INCAR_1_2 │ │ │ │ ├── INCAR_2_1 │ │ │ │ ├── INCAR_2_2 │ │ │ │ ├── INCAR_std │ │ │ │ ├── KPOINTS │ │ │ │ ├── POSCAR_1_1 │ │ │ │ ├── POSCAR_1_2 │ │ │ │ ├── POSCAR_1_3 │ │ │ │ ├── POSCAR_1_4 │ │ │ │ ├── POSCAR_1_5 │ │ │ │ ├── POSCAR_1_6 │ │ │ │ ├── POSCAR_1_7 │ │ │ │ ├── POSCAR_2_1 │ │ │ │ ├── POSCAR_2_2 │ │ │ │ ├── POSCAR_2_3 │ │ │ │ ├── POSCAR_2_4 │ │ │ │ ├── POSCAR_2_5 │ │ │ │ ├── POSCAR_2_6 │ │ │ │ ├── POSCAR_2_7 │ │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ │ ├── P_1_1 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_1_2 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_1_3 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_1_4 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_1_5 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_1_6 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_1_7 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_2_1 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_2_2 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_2_3 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_2_4 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_2_5 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_2_6 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── P_2_7 │ │ │ │ │ ├── INCAR │ │ │ │ │ ├── KPOINTS │ │ │ │ │ ├── POSCAR │ │ │ │ │ ├── ncl_1 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── ncl_2 │ │ │ │ │ │ ├── INCAR │ │ │ │ │ │ ├── KPOINTS │ │ │ │ │ │ └── POSCAR │ │ │ │ │ ├── vasp_0 │ │ │ │ │ └── vasp_jsub │ │ │ │ ├── output.dat │ │ │ │ ├── pid_job_1_1 │ │ │ │ ├── pid_job_1_2 │ │ │ │ ├── pid_job_1_3 │ │ │ │ ├── pid_job_1_4 │ │ │ │ ├── pid_job_1_5 │ │ │ │ ├── pid_job_1_6 │ │ │ │ ├── pid_job_1_7 │ │ │ │ ├── pid_job_2_1 │ │ │ │ ├── pid_job_2_2 │ │ │ │ ├── pid_job_2_3 │ │ │ │ ├── pid_job_2_4 │ │ │ │ ├── pid_job_2_5 │ │ │ │ ├── pid_job_2_6 │ │ │ │ ├── pid_job_2_7 │ │ │ │ ├── vasp_0 │ │ │ │ ├── vasp_cp_oszicar │ │ │ │ ├── vasp_jsub │ │ │ │ └── vasp_maelas │ │ │ │ ├── Step5a_derivation_magnetostriction_coefficients │ │ │ │ ├── OSZICAR_1_1_1 │ │ │ │ ├── OSZICAR_1_1_2 │ │ │ │ ├── OSZICAR_1_2_1 │ │ │ │ ├── OSZICAR_1_2_2 │ │ │ │ ├── OSZICAR_1_3_1 │ │ │ │ ├── OSZICAR_1_3_2 │ │ │ │ ├── OSZICAR_1_4_1 │ │ │ │ ├── OSZICAR_1_4_2 │ │ │ │ ├── OSZICAR_1_5_1 │ │ │ │ ├── OSZICAR_1_5_2 │ │ │ │ ├── OSZICAR_1_6_1 │ │ │ │ ├── OSZICAR_1_6_2 │ │ │ │ ├── OSZICAR_1_7_1 │ │ │ │ ├── OSZICAR_1_7_2 │ │ │ │ ├── OSZICAR_2_1_1 │ │ │ │ ├── OSZICAR_2_1_2 │ │ │ │ ├── OSZICAR_2_2_1 │ │ │ │ ├── OSZICAR_2_2_2 │ │ │ │ ├── OSZICAR_2_3_1 │ │ │ │ ├── OSZICAR_2_3_2 │ │ │ │ ├── OSZICAR_2_4_1 │ │ │ │ ├── OSZICAR_2_4_2 │ │ │ │ ├── OSZICAR_2_5_1 │ │ │ │ ├── OSZICAR_2_5_2 │ │ │ │ ├── OSZICAR_2_6_1 │ │ │ │ ├── OSZICAR_2_6_2 │ │ │ │ ├── OSZICAR_2_7_1 │ │ │ │ ├── OSZICAR_2_7_2 │ │ │ │ ├── POSCAR_1_1 │ │ │ │ ├── POSCAR_1_2 │ │ │ │ ├── POSCAR_1_3 │ │ │ │ ├── POSCAR_1_4 │ │ │ │ ├── POSCAR_1_5 │ │ │ │ ├── POSCAR_1_6 │ │ │ │ ├── POSCAR_1_7 │ │ │ │ ├── POSCAR_2_1 │ │ │ │ ├── POSCAR_2_2 │ │ │ │ ├── POSCAR_2_3 │ │ │ │ ├── POSCAR_2_4 │ │ │ │ ├── POSCAR_2_5 │ │ │ │ ├── POSCAR_2_6 │ │ │ │ ├── POSCAR_2_7 │ │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ │ ├── dE_1.png │ │ │ │ ├── dE_2.png │ │ │ │ ├── ene_1_1.dat │ │ │ │ ├── ene_1_2.dat │ │ │ │ ├── ene_2_1.dat │ │ │ │ ├── ene_2_2.dat │ │ │ │ ├── fit_ene_1_1.png │ │ │ │ ├── fit_ene_1_2.png │ │ │ │ ├── fit_ene_2_1.png │ │ │ │ ├── fit_ene_2_2.png │ │ │ │ ├── output.dat │ │ │ │ └── vasp_cp_oszicar │ │ │ │ └── Step5b_derivation_magnetoelastic_constants │ │ │ │ ├── ELADAT │ │ │ │ ├── OSZICAR_1_1_1 │ │ │ │ ├── OSZICAR_1_1_2 │ │ │ │ ├── OSZICAR_1_2_1 │ │ │ │ ├── OSZICAR_1_2_2 │ │ │ │ ├── OSZICAR_1_3_1 │ │ │ │ ├── OSZICAR_1_3_2 │ │ │ │ ├── OSZICAR_1_4_1 │ │ │ │ ├── OSZICAR_1_4_2 │ │ │ │ ├── OSZICAR_1_5_1 │ │ │ │ ├── OSZICAR_1_5_2 │ │ │ │ ├── OSZICAR_1_6_1 │ │ │ │ ├── OSZICAR_1_6_2 │ │ │ │ ├── OSZICAR_1_7_1 │ │ │ │ ├── OSZICAR_1_7_2 │ │ │ │ ├── OSZICAR_2_1_1 │ │ │ │ ├── OSZICAR_2_1_2 │ │ │ │ ├── OSZICAR_2_2_1 │ │ │ │ ├── OSZICAR_2_2_2 │ │ │ │ ├── OSZICAR_2_3_1 │ │ │ │ ├── OSZICAR_2_3_2 │ │ │ │ ├── OSZICAR_2_4_1 │ │ │ │ ├── OSZICAR_2_4_2 │ │ │ │ ├── OSZICAR_2_5_1 │ │ │ │ ├── OSZICAR_2_5_2 │ │ │ │ ├── OSZICAR_2_6_1 │ │ │ │ ├── OSZICAR_2_6_2 │ │ │ │ ├── OSZICAR_2_7_1 │ │ │ │ ├── OSZICAR_2_7_2 │ │ │ │ ├── POSCAR_1_1 │ │ │ │ ├── POSCAR_1_2 │ │ │ │ ├── POSCAR_1_3 │ │ │ │ ├── POSCAR_1_4 │ │ │ │ ├── POSCAR_1_5 │ │ │ │ ├── POSCAR_1_6 │ │ │ │ ├── POSCAR_1_7 │ │ │ │ ├── POSCAR_2_1 │ │ │ │ ├── POSCAR_2_2 │ │ │ │ ├── POSCAR_2_3 │ │ │ │ ├── POSCAR_2_4 │ │ │ │ ├── POSCAR_2_5 │ │ │ │ ├── POSCAR_2_6 │ │ │ │ ├── POSCAR_2_7 │ │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ │ ├── dE_1.png │ │ │ │ ├── dE_2.png │ │ │ │ ├── ene_1_1.dat │ │ │ │ ├── ene_1_2.dat │ │ │ │ ├── ene_2_1.dat │ │ │ │ ├── ene_2_2.dat │ │ │ │ ├── fit_ene_1_1.png │ │ │ │ ├── fit_ene_1_2.png │ │ │ │ ├── fit_ene_2_1.png │ │ │ │ ├── fit_ene_2_2.png │ │ │ │ └── output.dat │ │ │ └── Step_by_step │ │ │ ├── README.md │ │ │ ├── Step1_cell_relaxation │ │ │ ├── INCAR │ │ │ ├── KPOINTS │ │ │ ├── POSCAR │ │ │ ├── POSCAR_Fe_bcc │ │ │ ├── output.dat │ │ │ └── vasp_jsub_rlx │ │ │ ├── Step2_test_MAE │ │ │ ├── INCAR_0_1 │ │ │ ├── INCAR_0_2 │ │ │ ├── INCAR_std │ │ │ ├── KPOINTS │ │ │ ├── OSZICAR_0_0_1 │ │ │ ├── OSZICAR_0_0_2 │ │ │ ├── POSCAR_0_0 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── output.dat │ │ │ ├── vasp_mae │ │ │ ├── vasp_mae_0 │ │ │ ├── vasp_mae_cp_oszicar │ │ │ └── vasp_mae_jsub │ │ │ ├── Step3_generation_VASP_input_files │ │ │ ├── INCAR_1_1 │ │ │ ├── INCAR_1_2 │ │ │ ├── INCAR_2_1 │ │ │ ├── INCAR_2_2 │ │ │ ├── INCAR_std │ │ │ ├── KPOINTS │ │ │ ├── POSCAR_1_1 │ │ │ ├── POSCAR_1_2 │ │ │ ├── POSCAR_1_3 │ │ │ ├── POSCAR_1_4 │ │ │ ├── POSCAR_1_5 │ │ │ ├── POSCAR_1_6 │ │ │ ├── POSCAR_1_7 │ │ │ ├── POSCAR_2_1 │ │ │ ├── POSCAR_2_2 │ │ │ ├── POSCAR_2_3 │ │ │ ├── POSCAR_2_4 │ │ │ ├── POSCAR_2_5 │ │ │ ├── POSCAR_2_6 │ │ │ ├── POSCAR_2_7 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── output.dat │ │ │ ├── vasp_0 │ │ │ ├── vasp_cp_oszicar │ │ │ ├── vasp_jsub │ │ │ └── vasp_maelas │ │ │ ├── Step5a_derivation_magnetostriction_coefficients │ │ │ ├── OSZICAR_1_1_1 │ │ │ ├── OSZICAR_1_1_2 │ │ │ ├── OSZICAR_1_2_1 │ │ │ ├── OSZICAR_1_2_2 │ │ │ ├── OSZICAR_1_3_1 │ │ │ ├── OSZICAR_1_3_2 │ │ │ ├── OSZICAR_1_4_1 │ │ │ ├── OSZICAR_1_4_2 │ │ │ ├── OSZICAR_1_5_1 │ │ │ ├── OSZICAR_1_5_2 │ │ │ ├── OSZICAR_1_6_1 │ │ │ ├── OSZICAR_1_6_2 │ │ │ ├── OSZICAR_1_7_1 │ │ │ ├── OSZICAR_1_7_2 │ │ │ ├── OSZICAR_2_1_1 │ │ │ ├── OSZICAR_2_1_2 │ │ │ ├── OSZICAR_2_2_1 │ │ │ ├── OSZICAR_2_2_2 │ │ │ ├── OSZICAR_2_3_1 │ │ │ ├── OSZICAR_2_3_2 │ │ │ ├── OSZICAR_2_4_1 │ │ │ ├── OSZICAR_2_4_2 │ │ │ ├── OSZICAR_2_5_1 │ │ │ ├── OSZICAR_2_5_2 │ │ │ ├── OSZICAR_2_6_1 │ │ │ ├── OSZICAR_2_6_2 │ │ │ ├── OSZICAR_2_7_1 │ │ │ ├── OSZICAR_2_7_2 │ │ │ ├── POSCAR_1_1 │ │ │ ├── POSCAR_1_2 │ │ │ ├── POSCAR_1_3 │ │ │ ├── POSCAR_1_4 │ │ │ ├── POSCAR_1_5 │ │ │ ├── POSCAR_1_6 │ │ │ ├── POSCAR_1_7 │ │ │ ├── POSCAR_2_1 │ │ │ ├── POSCAR_2_2 │ │ │ ├── POSCAR_2_3 │ │ │ ├── POSCAR_2_4 │ │ │ ├── POSCAR_2_5 │ │ │ ├── POSCAR_2_6 │ │ │ ├── POSCAR_2_7 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── dE_1.png │ │ │ ├── dE_2.png │ │ │ ├── ene_1_1.dat │ │ │ ├── ene_1_2.dat │ │ │ ├── ene_2_1.dat │ │ │ ├── ene_2_2.dat │ │ │ ├── fit_ene_1_1.png │ │ │ ├── fit_ene_1_2.png │ │ │ ├── fit_ene_2_1.png │ │ │ ├── fit_ene_2_2.png │ │ │ ├── output.dat │ │ │ └── vasp_cp_oszicar │ │ │ └── Step5b_derivation_magnetoelastic_constants │ │ │ ├── ELADAT │ │ │ ├── OSZICAR_1_1_1 │ │ │ ├── OSZICAR_1_1_2 │ │ │ ├── OSZICAR_1_2_1 │ │ │ ├── OSZICAR_1_2_2 │ │ │ ├── OSZICAR_1_3_1 │ │ │ ├── OSZICAR_1_3_2 │ │ │ ├── OSZICAR_1_4_1 │ │ │ ├── OSZICAR_1_4_2 │ │ │ ├── OSZICAR_1_5_1 │ │ │ ├── OSZICAR_1_5_2 │ │ │ ├── OSZICAR_1_6_1 │ │ │ ├── OSZICAR_1_6_2 │ │ │ ├── OSZICAR_1_7_1 │ │ │ ├── OSZICAR_1_7_2 │ │ │ ├── OSZICAR_2_1_1 │ │ │ ├── OSZICAR_2_1_2 │ │ │ ├── OSZICAR_2_2_1 │ │ │ ├── OSZICAR_2_2_2 │ │ │ ├── OSZICAR_2_3_1 │ │ │ ├── OSZICAR_2_3_2 │ │ │ ├── OSZICAR_2_4_1 │ │ │ ├── OSZICAR_2_4_2 │ │ │ ├── OSZICAR_2_5_1 │ │ │ ├── OSZICAR_2_5_2 │ │ │ ├── OSZICAR_2_6_1 │ │ │ ├── OSZICAR_2_6_2 │ │ │ ├── OSZICAR_2_7_1 │ │ │ ├── OSZICAR_2_7_2 │ │ │ ├── POSCAR_1_1 │ │ │ ├── POSCAR_1_2 │ │ │ ├── POSCAR_1_3 │ │ │ ├── POSCAR_1_4 │ │ │ ├── POSCAR_1_5 │ │ │ ├── POSCAR_1_6 │ │ │ ├── POSCAR_1_7 │ │ │ ├── POSCAR_2_1 │ │ │ ├── POSCAR_2_2 │ │ │ ├── POSCAR_2_3 │ │ │ ├── POSCAR_2_4 │ │ │ ├── POSCAR_2_5 │ │ │ ├── POSCAR_2_6 │ │ │ ├── POSCAR_2_7 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── dE_1.png │ │ │ ├── dE_2.png │ │ │ ├── ene_1_1.dat │ │ │ ├── ene_1_2.dat │ │ │ ├── ene_2_1.dat │ │ │ ├── ene_2_2.dat │ │ │ ├── fit_ene_1_1.png │ │ │ ├── fit_ene_1_2.png │ │ │ ├── fit_ene_2_1.png │ │ │ ├── fit_ene_2_2.png │ │ │ ├── output.dat │ │ │ └── vasp_cp_oszicar │ ├── mode_2 │ │ └── Fe_bcc │ │ │ └── Step_by_step │ │ │ ├── README.md │ │ │ ├── Step1_cell_relaxation │ │ │ ├── INCAR │ │ │ ├── KPOINTS │ │ │ ├── POSCAR │ │ │ ├── POSCAR_Fe_bcc │ │ │ ├── output.dat │ │ │ └── vasp_jsub_rlx │ │ │ ├── Step2_test_MAE │ │ │ ├── INCAR_0_1 │ │ │ ├── INCAR_0_2 │ │ │ ├── INCAR_std │ │ │ ├── KPOINTS │ │ │ ├── OSZICAR_0_0_1 │ │ │ ├── OSZICAR_0_0_2 │ │ │ ├── POSCAR_0_0 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── output.dat │ │ │ ├── vasp_mae │ │ │ ├── vasp_mae_0 │ │ │ ├── vasp_mae_cp_oszicar │ │ │ └── vasp_mae_jsub │ │ │ ├── Step3_generation_VASP_input_files │ │ │ ├── INCAR_1_1 │ │ │ ├── INCAR_1_2 │ │ │ ├── INCAR_2_1 │ │ │ ├── INCAR_2_2 │ │ │ ├── INCAR_std │ │ │ ├── KPOINTS │ │ │ ├── POSCAR_1_1 │ │ │ ├── POSCAR_1_2 │ │ │ ├── POSCAR_1_3 │ │ │ ├── POSCAR_1_4 │ │ │ ├── POSCAR_1_5 │ │ │ ├── POSCAR_1_6 │ │ │ ├── POSCAR_1_7 │ │ │ ├── POSCAR_2_1 │ │ │ ├── POSCAR_2_2 │ │ │ ├── POSCAR_2_3 │ │ │ ├── POSCAR_2_4 │ │ │ ├── POSCAR_2_5 │ │ │ ├── POSCAR_2_6 │ │ │ ├── POSCAR_2_7 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── output.dat │ │ │ ├── vasp_0 │ │ │ ├── vasp_cp_oszicar │ │ │ ├── vasp_jsub │ │ │ └── vasp_maelas │ │ │ ├── Step5a_derivation_magnetoelastic_constants │ │ │ ├── MAGANI │ │ │ ├── OSZICAR_1_1_1 │ │ │ ├── OSZICAR_1_1_2 │ │ │ ├── OSZICAR_1_2_1 │ │ │ ├── OSZICAR_1_2_2 │ │ │ ├── OSZICAR_1_3_1 │ │ │ ├── OSZICAR_1_3_2 │ │ │ ├── OSZICAR_1_4_1 │ │ │ ├── OSZICAR_1_4_2 │ │ │ ├── OSZICAR_1_5_1 │ │ │ ├── OSZICAR_1_5_2 │ │ │ ├── OSZICAR_1_6_1 │ │ │ ├── OSZICAR_1_6_2 │ │ │ ├── OSZICAR_1_7_1 │ │ │ ├── OSZICAR_1_7_2 │ │ │ ├── OSZICAR_2_1_1 │ │ │ ├── OSZICAR_2_1_2 │ │ │ ├── OSZICAR_2_2_1 │ │ │ ├── OSZICAR_2_2_2 │ │ │ ├── OSZICAR_2_3_1 │ │ │ ├── OSZICAR_2_3_2 │ │ │ ├── OSZICAR_2_4_1 │ │ │ ├── OSZICAR_2_4_2 │ │ │ ├── OSZICAR_2_5_1 │ │ │ ├── OSZICAR_2_5_2 │ │ │ ├── OSZICAR_2_6_1 │ │ │ ├── OSZICAR_2_6_2 │ │ │ ├── OSZICAR_2_7_1 │ │ │ ├── OSZICAR_2_7_2 │ │ │ ├── POSCAR_1_1 │ │ │ ├── POSCAR_1_2 │ │ │ ├── POSCAR_1_3 │ │ │ ├── POSCAR_1_4 │ │ │ ├── POSCAR_1_5 │ │ │ ├── POSCAR_1_6 │ │ │ ├── POSCAR_1_7 │ │ │ ├── POSCAR_2_1 │ │ │ ├── POSCAR_2_2 │ │ │ ├── POSCAR_2_3 │ │ │ ├── POSCAR_2_4 │ │ │ ├── POSCAR_2_5 │ │ │ ├── POSCAR_2_6 │ │ │ ├── POSCAR_2_7 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── dE_1.png │ │ │ ├── dE_2.png │ │ │ ├── ene_1_1.dat │ │ │ ├── ene_1_2.dat │ │ │ ├── ene_2_1.dat │ │ │ ├── ene_2_2.dat │ │ │ ├── fit_ene_1_1.png │ │ │ ├── fit_ene_1_2.png │ │ │ ├── fit_ene_2_1.png │ │ │ ├── fit_ene_2_2.png │ │ │ ├── output.dat │ │ │ └── vasp_cp_oszicar │ │ │ └── Step5b_derivation_magnetostriction_coefficients │ │ │ ├── ELADAT │ │ │ ├── MAGANI │ │ │ ├── OSZICAR_1_1_1 │ │ │ ├── OSZICAR_1_1_2 │ │ │ ├── OSZICAR_1_2_1 │ │ │ ├── OSZICAR_1_2_2 │ │ │ ├── OSZICAR_1_3_1 │ │ │ ├── OSZICAR_1_3_2 │ │ │ ├── OSZICAR_1_4_1 │ │ │ ├── OSZICAR_1_4_2 │ │ │ ├── OSZICAR_1_5_1 │ │ │ ├── OSZICAR_1_5_2 │ │ │ ├── OSZICAR_1_6_1 │ │ │ ├── OSZICAR_1_6_2 │ │ │ ├── OSZICAR_1_7_1 │ │ │ ├── OSZICAR_1_7_2 │ │ │ ├── OSZICAR_2_1_1 │ │ │ ├── OSZICAR_2_1_2 │ │ │ ├── OSZICAR_2_2_1 │ │ │ ├── OSZICAR_2_2_2 │ │ │ ├── OSZICAR_2_3_1 │ │ │ ├── OSZICAR_2_3_2 │ │ │ ├── OSZICAR_2_4_1 │ │ │ ├── OSZICAR_2_4_2 │ │ │ ├── OSZICAR_2_5_1 │ │ │ ├── OSZICAR_2_5_2 │ │ │ ├── OSZICAR_2_6_1 │ │ │ ├── OSZICAR_2_6_2 │ │ │ ├── OSZICAR_2_7_1 │ │ │ ├── OSZICAR_2_7_2 │ │ │ ├── POSCAR_1_1 │ │ │ ├── POSCAR_1_2 │ │ │ ├── POSCAR_1_3 │ │ │ ├── POSCAR_1_4 │ │ │ ├── POSCAR_1_5 │ │ │ ├── POSCAR_1_6 │ │ │ ├── POSCAR_1_7 │ │ │ ├── POSCAR_2_1 │ │ │ ├── POSCAR_2_2 │ │ │ ├── POSCAR_2_3 │ │ │ ├── POSCAR_2_4 │ │ │ ├── POSCAR_2_5 │ │ │ ├── POSCAR_2_6 │ │ │ ├── POSCAR_2_7 │ │ │ ├── POSCAR_Fe_bcc_rlx │ │ │ ├── dE_1.png │ │ │ ├── dE_2.png │ │ │ ├── ene_1_1.dat │ │ │ ├── ene_1_2.dat │ │ │ ├── ene_2_1.dat │ │ │ ├── ene_2_2.dat │ │ │ ├── fit_ene_1_1.png │ │ │ ├── fit_ene_1_2.png │ │ │ ├── fit_ene_2_1.png │ │ │ ├── fit_ene_2_2.png │ │ │ ├── output.dat │ │ │ └── vasp_cp_oszicar │ └── mode_3 │ │ └── Fe_bcc │ │ └── Step_by_step │ │ ├── README.md │ │ ├── Step1_cell_relaxation │ │ ├── INCAR │ │ ├── KPOINTS │ │ ├── POSCAR │ │ ├── POSCAR_Fe_bcc │ │ ├── output.dat │ │ └── vasp_jsub_rlx │ │ ├── Step3_generation_VASP_input_files │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_Fe_bcc_rlx │ │ ├── output.dat │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ │ ├── Step3_generation_VASP_input_files_ani │ │ ├── INCAR_1_1 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_Fe_bcc_rlx │ │ ├── output.dat │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ │ ├── Step5a_derivation_magnetoelastic_constants │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_Fe_bcc_rlx │ │ ├── ene_1_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── output.dat │ │ └── vasp_cp_oszicar │ │ ├── Step5a_derivation_magnetoelastic_constants_ani │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_Fe_bcc_rlx │ │ ├── ene_1_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── output.dat │ │ └── vasp_cp_oszicar │ │ ├── Step5b_derivation_magnetostriction_coefficients │ │ ├── ELADAT │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_Fe_bcc_rlx │ │ ├── ene_1_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── output.dat │ │ └── vasp_cp_oszicar │ │ └── Step5b_derivation_magnetostriction_coefficients_ani │ │ ├── ELADAT │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_Fe_bcc_rlx │ │ ├── ene_1_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── output.dat │ │ └── vasp_cp_oszicar └── test_accuracy │ ├── README.md │ ├── cub_I_mode1 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── cubic.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── cubic.py │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_1_2.png │ │ ├── fit_ene_2_1.png │ │ ├── fit_ene_2_2.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── cub_I_mode2 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── cubic.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── cubic.py │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── cub_I_mode3 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── cubic.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── cubic.py │ │ ├── ene_1_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── cub_I_mode3_ani │ ├── input │ │ ├── ELADAT │ │ ├── MAGANI │ │ ├── POSCAR │ │ ├── cubic.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── cubic.py │ │ ├── ene_1_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── hex_I_mode1 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── hex.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_1_2.png │ │ ├── fit_ene_2_1.png │ │ ├── fit_ene_2_2.png │ │ ├── fit_ene_3_1.png │ │ ├── fit_ene_3_2.png │ │ ├── fit_ene_4_1.png │ │ ├── fit_ene_4_2.png │ │ ├── hex.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── hex_I_mode2 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── hex.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── hex.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── hex_I_mode3 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── hex.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── ene_1_1.dat │ │ ├── ene_2_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_2_1.png │ │ ├── hex.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── hex_I_mode3_ani │ ├── input │ │ ├── ELADAT │ │ ├── MAGANI │ │ ├── POSCAR │ │ ├── hex.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_2_1 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── ene_1_1.dat │ │ ├── ene_2_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_2_1.png │ │ ├── hex.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── ort_mode1 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── ort.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_5_1 │ │ ├── INCAR_5_2 │ │ ├── INCAR_6_1 │ │ ├── INCAR_6_2 │ │ ├── INCAR_7_1 │ │ ├── INCAR_7_2 │ │ ├── INCAR_8_1 │ │ ├── INCAR_8_2 │ │ ├── INCAR_9_1 │ │ ├── INCAR_9_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── OSZICAR_5_1_1 │ │ ├── OSZICAR_5_1_2 │ │ ├── OSZICAR_5_2_1 │ │ ├── OSZICAR_5_2_2 │ │ ├── OSZICAR_5_3_1 │ │ ├── OSZICAR_5_3_2 │ │ ├── OSZICAR_5_4_1 │ │ ├── OSZICAR_5_4_2 │ │ ├── OSZICAR_5_5_1 │ │ ├── OSZICAR_5_5_2 │ │ ├── OSZICAR_5_6_1 │ │ ├── OSZICAR_5_6_2 │ │ ├── OSZICAR_5_7_1 │ │ ├── OSZICAR_5_7_2 │ │ ├── OSZICAR_6_1_1 │ │ ├── OSZICAR_6_1_2 │ │ ├── OSZICAR_6_2_1 │ │ ├── OSZICAR_6_2_2 │ │ ├── OSZICAR_6_3_1 │ │ ├── OSZICAR_6_3_2 │ │ ├── OSZICAR_6_4_1 │ │ ├── OSZICAR_6_4_2 │ │ ├── OSZICAR_6_5_1 │ │ ├── OSZICAR_6_5_2 │ │ ├── OSZICAR_6_6_1 │ │ ├── OSZICAR_6_6_2 │ │ ├── OSZICAR_6_7_1 │ │ ├── OSZICAR_6_7_2 │ │ ├── OSZICAR_7_1_1 │ │ ├── OSZICAR_7_1_2 │ │ ├── OSZICAR_7_2_1 │ │ ├── OSZICAR_7_2_2 │ │ ├── OSZICAR_7_3_1 │ │ ├── OSZICAR_7_3_2 │ │ ├── OSZICAR_7_4_1 │ │ ├── OSZICAR_7_4_2 │ │ ├── OSZICAR_7_5_1 │ │ ├── OSZICAR_7_5_2 │ │ ├── OSZICAR_7_6_1 │ │ ├── OSZICAR_7_6_2 │ │ ├── OSZICAR_7_7_1 │ │ ├── OSZICAR_7_7_2 │ │ ├── OSZICAR_8_1_1 │ │ ├── OSZICAR_8_1_2 │ │ ├── OSZICAR_8_2_1 │ │ ├── OSZICAR_8_2_2 │ │ ├── OSZICAR_8_3_1 │ │ ├── OSZICAR_8_3_2 │ │ ├── OSZICAR_8_4_1 │ │ ├── OSZICAR_8_4_2 │ │ ├── OSZICAR_8_5_1 │ │ ├── OSZICAR_8_5_2 │ │ ├── OSZICAR_8_6_1 │ │ ├── OSZICAR_8_6_2 │ │ ├── OSZICAR_8_7_1 │ │ ├── OSZICAR_8_7_2 │ │ ├── OSZICAR_9_1_1 │ │ ├── OSZICAR_9_1_2 │ │ ├── OSZICAR_9_2_1 │ │ ├── OSZICAR_9_2_2 │ │ ├── OSZICAR_9_3_1 │ │ ├── OSZICAR_9_3_2 │ │ ├── OSZICAR_9_4_1 │ │ ├── OSZICAR_9_4_2 │ │ ├── OSZICAR_9_5_1 │ │ ├── OSZICAR_9_5_2 │ │ ├── OSZICAR_9_6_1 │ │ ├── OSZICAR_9_6_2 │ │ ├── OSZICAR_9_7_1 │ │ ├── OSZICAR_9_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── POSCAR_5_1 │ │ ├── POSCAR_5_2 │ │ ├── POSCAR_5_3 │ │ ├── POSCAR_5_4 │ │ ├── POSCAR_5_5 │ │ ├── POSCAR_5_6 │ │ ├── POSCAR_5_7 │ │ ├── POSCAR_6_1 │ │ ├── POSCAR_6_2 │ │ ├── POSCAR_6_3 │ │ ├── POSCAR_6_4 │ │ ├── POSCAR_6_5 │ │ ├── POSCAR_6_6 │ │ ├── POSCAR_6_7 │ │ ├── POSCAR_7_1 │ │ ├── POSCAR_7_2 │ │ ├── POSCAR_7_3 │ │ ├── POSCAR_7_4 │ │ ├── POSCAR_7_5 │ │ ├── POSCAR_7_6 │ │ ├── POSCAR_7_7 │ │ ├── POSCAR_8_1 │ │ ├── POSCAR_8_2 │ │ ├── POSCAR_8_3 │ │ ├── POSCAR_8_4 │ │ ├── POSCAR_8_5 │ │ ├── POSCAR_8_6 │ │ ├── POSCAR_8_7 │ │ ├── POSCAR_9_1 │ │ ├── POSCAR_9_2 │ │ ├── POSCAR_9_3 │ │ ├── POSCAR_9_4 │ │ ├── POSCAR_9_5 │ │ ├── POSCAR_9_6 │ │ ├── POSCAR_9_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── dE_5.png │ │ ├── dE_6.png │ │ ├── dE_7.png │ │ ├── dE_8.png │ │ ├── dE_9.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── ene_5_1.dat │ │ ├── ene_5_2.dat │ │ ├── ene_6_1.dat │ │ ├── ene_6_2.dat │ │ ├── ene_7_1.dat │ │ ├── ene_7_2.dat │ │ ├── ene_8_1.dat │ │ ├── ene_8_2.dat │ │ ├── ene_9_1.dat │ │ ├── ene_9_2.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_1_2.png │ │ ├── fit_ene_2_1.png │ │ ├── fit_ene_2_2.png │ │ ├── fit_ene_3_1.png │ │ ├── fit_ene_3_2.png │ │ ├── fit_ene_4_1.png │ │ ├── fit_ene_4_2.png │ │ ├── fit_ene_5_1.png │ │ ├── fit_ene_5_2.png │ │ ├── fit_ene_6_1.png │ │ ├── fit_ene_6_2.png │ │ ├── fit_ene_7_1.png │ │ ├── fit_ene_7_2.png │ │ ├── fit_ene_8_1.png │ │ ├── fit_ene_8_2.png │ │ ├── fit_ene_9_1.png │ │ ├── fit_ene_9_2.png │ │ ├── ort.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── ort_mode2 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── ort.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_5_1 │ │ ├── INCAR_5_2 │ │ ├── INCAR_6_1 │ │ ├── INCAR_6_2 │ │ ├── INCAR_7_1 │ │ ├── INCAR_7_2 │ │ ├── INCAR_8_1 │ │ ├── INCAR_8_2 │ │ ├── INCAR_9_1 │ │ ├── INCAR_9_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── OSZICAR_5_1_1 │ │ ├── OSZICAR_5_1_2 │ │ ├── OSZICAR_5_2_1 │ │ ├── OSZICAR_5_2_2 │ │ ├── OSZICAR_5_3_1 │ │ ├── OSZICAR_5_3_2 │ │ ├── OSZICAR_5_4_1 │ │ ├── OSZICAR_5_4_2 │ │ ├── OSZICAR_5_5_1 │ │ ├── OSZICAR_5_5_2 │ │ ├── OSZICAR_5_6_1 │ │ ├── OSZICAR_5_6_2 │ │ ├── OSZICAR_5_7_1 │ │ ├── OSZICAR_5_7_2 │ │ ├── OSZICAR_6_1_1 │ │ ├── OSZICAR_6_1_2 │ │ ├── OSZICAR_6_2_1 │ │ ├── OSZICAR_6_2_2 │ │ ├── OSZICAR_6_3_1 │ │ ├── OSZICAR_6_3_2 │ │ ├── OSZICAR_6_4_1 │ │ ├── OSZICAR_6_4_2 │ │ ├── OSZICAR_6_5_1 │ │ ├── OSZICAR_6_5_2 │ │ ├── OSZICAR_6_6_1 │ │ ├── OSZICAR_6_6_2 │ │ ├── OSZICAR_6_7_1 │ │ ├── OSZICAR_6_7_2 │ │ ├── OSZICAR_7_1_1 │ │ ├── OSZICAR_7_1_2 │ │ ├── OSZICAR_7_2_1 │ │ ├── OSZICAR_7_2_2 │ │ ├── OSZICAR_7_3_1 │ │ ├── OSZICAR_7_3_2 │ │ ├── OSZICAR_7_4_1 │ │ ├── OSZICAR_7_4_2 │ │ ├── OSZICAR_7_5_1 │ │ ├── OSZICAR_7_5_2 │ │ ├── OSZICAR_7_6_1 │ │ ├── OSZICAR_7_6_2 │ │ ├── OSZICAR_7_7_1 │ │ ├── OSZICAR_7_7_2 │ │ ├── OSZICAR_8_1_1 │ │ ├── OSZICAR_8_1_2 │ │ ├── OSZICAR_8_2_1 │ │ ├── OSZICAR_8_2_2 │ │ ├── OSZICAR_8_3_1 │ │ ├── OSZICAR_8_3_2 │ │ ├── OSZICAR_8_4_1 │ │ ├── OSZICAR_8_4_2 │ │ ├── OSZICAR_8_5_1 │ │ ├── OSZICAR_8_5_2 │ │ ├── OSZICAR_8_6_1 │ │ ├── OSZICAR_8_6_2 │ │ ├── OSZICAR_8_7_1 │ │ ├── OSZICAR_8_7_2 │ │ ├── OSZICAR_9_1_1 │ │ ├── OSZICAR_9_1_2 │ │ ├── OSZICAR_9_2_1 │ │ ├── OSZICAR_9_2_2 │ │ ├── OSZICAR_9_3_1 │ │ ├── OSZICAR_9_3_2 │ │ ├── OSZICAR_9_4_1 │ │ ├── OSZICAR_9_4_2 │ │ ├── OSZICAR_9_5_1 │ │ ├── OSZICAR_9_5_2 │ │ ├── OSZICAR_9_6_1 │ │ ├── OSZICAR_9_6_2 │ │ ├── OSZICAR_9_7_1 │ │ ├── OSZICAR_9_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── POSCAR_5_1 │ │ ├── POSCAR_5_2 │ │ ├── POSCAR_5_3 │ │ ├── POSCAR_5_4 │ │ ├── POSCAR_5_5 │ │ ├── POSCAR_5_6 │ │ ├── POSCAR_5_7 │ │ ├── POSCAR_6_1 │ │ ├── POSCAR_6_2 │ │ ├── POSCAR_6_3 │ │ ├── POSCAR_6_4 │ │ ├── POSCAR_6_5 │ │ ├── POSCAR_6_6 │ │ ├── POSCAR_6_7 │ │ ├── POSCAR_7_1 │ │ ├── POSCAR_7_2 │ │ ├── POSCAR_7_3 │ │ ├── POSCAR_7_4 │ │ ├── POSCAR_7_5 │ │ ├── POSCAR_7_6 │ │ ├── POSCAR_7_7 │ │ ├── POSCAR_8_1 │ │ ├── POSCAR_8_2 │ │ ├── POSCAR_8_3 │ │ ├── POSCAR_8_4 │ │ ├── POSCAR_8_5 │ │ ├── POSCAR_8_6 │ │ ├── POSCAR_8_7 │ │ ├── POSCAR_9_1 │ │ ├── POSCAR_9_2 │ │ ├── POSCAR_9_3 │ │ ├── POSCAR_9_4 │ │ ├── POSCAR_9_5 │ │ ├── POSCAR_9_6 │ │ ├── POSCAR_9_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── dE_5.png │ │ ├── dE_6.png │ │ ├── dE_7.png │ │ ├── dE_8.png │ │ ├── dE_9.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── ene_5_1.dat │ │ ├── ene_5_2.dat │ │ ├── ene_6_1.dat │ │ ├── ene_6_2.dat │ │ ├── ene_7_1.dat │ │ ├── ene_7_2.dat │ │ ├── ene_8_1.dat │ │ ├── ene_8_2.dat │ │ ├── ene_9_1.dat │ │ ├── ene_9_2.dat │ │ ├── ort.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── ort_mode3 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── ort.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── ene_1_1.dat │ │ ├── ene_2_1.dat │ │ ├── ene_3_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_2_1.png │ │ ├── fit_ene_3_1.png │ │ ├── ort.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── ort_mode3_ani │ ├── input │ │ ├── ELADAT │ │ ├── MAGANI │ │ ├── POSCAR │ │ ├── ort.py │ │ └── run │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_2_1 │ │ ├── INCAR_3_1 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── ene_1_1.dat │ │ ├── ene_2_1.dat │ │ ├── ene_3_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_2_1.png │ │ ├── fit_ene_3_1.png │ │ ├── ort.py │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── tet_I_mode1 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── run │ │ └── tet.py │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_5_1 │ │ ├── INCAR_5_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── OSZICAR_5_1_1 │ │ ├── OSZICAR_5_1_2 │ │ ├── OSZICAR_5_2_1 │ │ ├── OSZICAR_5_2_2 │ │ ├── OSZICAR_5_3_1 │ │ ├── OSZICAR_5_3_2 │ │ ├── OSZICAR_5_4_1 │ │ ├── OSZICAR_5_4_2 │ │ ├── OSZICAR_5_5_1 │ │ ├── OSZICAR_5_5_2 │ │ ├── OSZICAR_5_6_1 │ │ ├── OSZICAR_5_6_2 │ │ ├── OSZICAR_5_7_1 │ │ ├── OSZICAR_5_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── POSCAR_5_1 │ │ ├── POSCAR_5_2 │ │ ├── POSCAR_5_3 │ │ ├── POSCAR_5_4 │ │ ├── POSCAR_5_5 │ │ ├── POSCAR_5_6 │ │ ├── POSCAR_5_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── dE_5.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── ene_5_1.dat │ │ ├── ene_5_2.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_1_2.png │ │ ├── fit_ene_2_1.png │ │ ├── fit_ene_2_2.png │ │ ├── fit_ene_3_1.png │ │ ├── fit_ene_3_2.png │ │ ├── fit_ene_4_1.png │ │ ├── fit_ene_4_2.png │ │ ├── fit_ene_5_1.png │ │ ├── fit_ene_5_2.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── tet.py │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── tet_I_mode2 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── run │ │ └── tet.py │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_5_1 │ │ ├── INCAR_5_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── OSZICAR_5_1_1 │ │ ├── OSZICAR_5_1_2 │ │ ├── OSZICAR_5_2_1 │ │ ├── OSZICAR_5_2_2 │ │ ├── OSZICAR_5_3_1 │ │ ├── OSZICAR_5_3_2 │ │ ├── OSZICAR_5_4_1 │ │ ├── OSZICAR_5_4_2 │ │ ├── OSZICAR_5_5_1 │ │ ├── OSZICAR_5_5_2 │ │ ├── OSZICAR_5_6_1 │ │ ├── OSZICAR_5_6_2 │ │ ├── OSZICAR_5_7_1 │ │ ├── OSZICAR_5_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── POSCAR_5_1 │ │ ├── POSCAR_5_2 │ │ ├── POSCAR_5_3 │ │ ├── POSCAR_5_4 │ │ ├── POSCAR_5_5 │ │ ├── POSCAR_5_6 │ │ ├── POSCAR_5_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── dE_5.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── ene_5_1.dat │ │ ├── ene_5_2.dat │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── tet.py │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── tet_I_mode3 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── run │ │ └── tet.py │ └── output │ │ ├── ELADAT │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── ene_1_1.dat │ │ ├── ene_2_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_2_1.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── tet.py │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── tet_I_mode3_ani │ ├── input │ │ ├── ELADAT │ │ ├── MAGANI │ │ ├── POSCAR │ │ ├── run │ │ └── tet.py │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_2_1 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── ene_1_1.dat │ │ ├── ene_2_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_2_1.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── tet.py │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── trig_I_mode1 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── run │ │ └── trig.py │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_5_1 │ │ ├── INCAR_5_2 │ │ ├── INCAR_6_1 │ │ ├── INCAR_6_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── OSZICAR_5_1_1 │ │ ├── OSZICAR_5_1_2 │ │ ├── OSZICAR_5_2_1 │ │ ├── OSZICAR_5_2_2 │ │ ├── OSZICAR_5_3_1 │ │ ├── OSZICAR_5_3_2 │ │ ├── OSZICAR_5_4_1 │ │ ├── OSZICAR_5_4_2 │ │ ├── OSZICAR_5_5_1 │ │ ├── OSZICAR_5_5_2 │ │ ├── OSZICAR_5_6_1 │ │ ├── OSZICAR_5_6_2 │ │ ├── OSZICAR_5_7_1 │ │ ├── OSZICAR_5_7_2 │ │ ├── OSZICAR_6_1_1 │ │ ├── OSZICAR_6_1_2 │ │ ├── OSZICAR_6_2_1 │ │ ├── OSZICAR_6_2_2 │ │ ├── OSZICAR_6_3_1 │ │ ├── OSZICAR_6_3_2 │ │ ├── OSZICAR_6_4_1 │ │ ├── OSZICAR_6_4_2 │ │ ├── OSZICAR_6_5_1 │ │ ├── OSZICAR_6_5_2 │ │ ├── OSZICAR_6_6_1 │ │ ├── OSZICAR_6_6_2 │ │ ├── OSZICAR_6_7_1 │ │ ├── OSZICAR_6_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── POSCAR_5_1 │ │ ├── POSCAR_5_2 │ │ ├── POSCAR_5_3 │ │ ├── POSCAR_5_4 │ │ ├── POSCAR_5_5 │ │ ├── POSCAR_5_6 │ │ ├── POSCAR_5_7 │ │ ├── POSCAR_6_1 │ │ ├── POSCAR_6_2 │ │ ├── POSCAR_6_3 │ │ ├── POSCAR_6_4 │ │ ├── POSCAR_6_5 │ │ ├── POSCAR_6_6 │ │ ├── POSCAR_6_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── dE_5.png │ │ ├── dE_6.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── ene_5_1.dat │ │ ├── ene_5_2.dat │ │ ├── ene_6_1.dat │ │ ├── ene_6_2.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_1_2.png │ │ ├── fit_ene_2_1.png │ │ ├── fit_ene_2_2.png │ │ ├── fit_ene_3_1.png │ │ ├── fit_ene_3_2.png │ │ ├── fit_ene_4_1.png │ │ ├── fit_ene_4_2.png │ │ ├── fit_ene_5_1.png │ │ ├── fit_ene_5_2.png │ │ ├── fit_ene_6_1.png │ │ ├── fit_ene_6_2.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── trig.py │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── trig_I_mode2 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── run │ │ └── trig.py │ └── output │ │ ├── ELADAT │ │ ├── INCAR_1_1 │ │ ├── INCAR_1_2 │ │ ├── INCAR_2_1 │ │ ├── INCAR_2_2 │ │ ├── INCAR_3_1 │ │ ├── INCAR_3_2 │ │ ├── INCAR_4_1 │ │ ├── INCAR_4_2 │ │ ├── INCAR_5_1 │ │ ├── INCAR_5_2 │ │ ├── INCAR_6_1 │ │ ├── INCAR_6_2 │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── MAGANI │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_1_2 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_2_2 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_3_2 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_4_2 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_5_2 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_6_2 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_1_7_2 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_1_2 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_2_2 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_3_2 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_4_2 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_5_2 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_6_2 │ │ ├── OSZICAR_2_7_1 │ │ ├── OSZICAR_2_7_2 │ │ ├── OSZICAR_3_1_1 │ │ ├── OSZICAR_3_1_2 │ │ ├── OSZICAR_3_2_1 │ │ ├── OSZICAR_3_2_2 │ │ ├── OSZICAR_3_3_1 │ │ ├── OSZICAR_3_3_2 │ │ ├── OSZICAR_3_4_1 │ │ ├── OSZICAR_3_4_2 │ │ ├── OSZICAR_3_5_1 │ │ ├── OSZICAR_3_5_2 │ │ ├── OSZICAR_3_6_1 │ │ ├── OSZICAR_3_6_2 │ │ ├── OSZICAR_3_7_1 │ │ ├── OSZICAR_3_7_2 │ │ ├── OSZICAR_4_1_1 │ │ ├── OSZICAR_4_1_2 │ │ ├── OSZICAR_4_2_1 │ │ ├── OSZICAR_4_2_2 │ │ ├── OSZICAR_4_3_1 │ │ ├── OSZICAR_4_3_2 │ │ ├── OSZICAR_4_4_1 │ │ ├── OSZICAR_4_4_2 │ │ ├── OSZICAR_4_5_1 │ │ ├── OSZICAR_4_5_2 │ │ ├── OSZICAR_4_6_1 │ │ ├── OSZICAR_4_6_2 │ │ ├── OSZICAR_4_7_1 │ │ ├── OSZICAR_4_7_2 │ │ ├── OSZICAR_5_1_1 │ │ ├── OSZICAR_5_1_2 │ │ ├── OSZICAR_5_2_1 │ │ ├── OSZICAR_5_2_2 │ │ ├── OSZICAR_5_3_1 │ │ ├── OSZICAR_5_3_2 │ │ ├── OSZICAR_5_4_1 │ │ ├── OSZICAR_5_4_2 │ │ ├── OSZICAR_5_5_1 │ │ ├── OSZICAR_5_5_2 │ │ ├── OSZICAR_5_6_1 │ │ ├── OSZICAR_5_6_2 │ │ ├── OSZICAR_5_7_1 │ │ ├── OSZICAR_5_7_2 │ │ ├── OSZICAR_6_1_1 │ │ ├── OSZICAR_6_1_2 │ │ ├── OSZICAR_6_2_1 │ │ ├── OSZICAR_6_2_2 │ │ ├── OSZICAR_6_3_1 │ │ ├── OSZICAR_6_3_2 │ │ ├── OSZICAR_6_4_1 │ │ ├── OSZICAR_6_4_2 │ │ ├── OSZICAR_6_5_1 │ │ ├── OSZICAR_6_5_2 │ │ ├── OSZICAR_6_6_1 │ │ ├── OSZICAR_6_6_2 │ │ ├── OSZICAR_6_7_1 │ │ ├── OSZICAR_6_7_2 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── POSCAR_3_1 │ │ ├── POSCAR_3_2 │ │ ├── POSCAR_3_3 │ │ ├── POSCAR_3_4 │ │ ├── POSCAR_3_5 │ │ ├── POSCAR_3_6 │ │ ├── POSCAR_3_7 │ │ ├── POSCAR_4_1 │ │ ├── POSCAR_4_2 │ │ ├── POSCAR_4_3 │ │ ├── POSCAR_4_4 │ │ ├── POSCAR_4_5 │ │ ├── POSCAR_4_6 │ │ ├── POSCAR_4_7 │ │ ├── POSCAR_5_1 │ │ ├── POSCAR_5_2 │ │ ├── POSCAR_5_3 │ │ ├── POSCAR_5_4 │ │ ├── POSCAR_5_5 │ │ ├── POSCAR_5_6 │ │ ├── POSCAR_5_7 │ │ ├── POSCAR_6_1 │ │ ├── POSCAR_6_2 │ │ ├── POSCAR_6_3 │ │ ├── POSCAR_6_4 │ │ ├── POSCAR_6_5 │ │ ├── POSCAR_6_6 │ │ ├── POSCAR_6_7 │ │ ├── dE_1.png │ │ ├── dE_2.png │ │ ├── dE_3.png │ │ ├── dE_4.png │ │ ├── dE_5.png │ │ ├── dE_6.png │ │ ├── ene_1_1.dat │ │ ├── ene_1_2.dat │ │ ├── ene_2_1.dat │ │ ├── ene_2_2.dat │ │ ├── ene_3_1.dat │ │ ├── ene_3_2.dat │ │ ├── ene_4_1.dat │ │ ├── ene_4_2.dat │ │ ├── ene_5_1.dat │ │ ├── ene_5_2.dat │ │ ├── ene_6_1.dat │ │ ├── ene_6_2.dat │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── trig.py │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ ├── trig_I_mode3 │ ├── input │ │ ├── ELADAT │ │ ├── POSCAR │ │ ├── run │ │ └── trig.py │ └── output │ │ ├── ELADAT │ │ ├── INCAR_std │ │ ├── KPOINTS │ │ ├── OSZICAR_1_1_1 │ │ ├── OSZICAR_1_2_1 │ │ ├── OSZICAR_1_3_1 │ │ ├── OSZICAR_1_4_1 │ │ ├── OSZICAR_1_5_1 │ │ ├── OSZICAR_1_6_1 │ │ ├── OSZICAR_1_7_1 │ │ ├── OSZICAR_2_1_1 │ │ ├── OSZICAR_2_2_1 │ │ ├── OSZICAR_2_3_1 │ │ ├── OSZICAR_2_4_1 │ │ ├── OSZICAR_2_5_1 │ │ ├── OSZICAR_2_6_1 │ │ ├── OSZICAR_2_7_1 │ │ ├── POSCAR │ │ ├── POSCAR_1_1 │ │ ├── POSCAR_1_2 │ │ ├── POSCAR_1_3 │ │ ├── POSCAR_1_4 │ │ ├── POSCAR_1_5 │ │ ├── POSCAR_1_6 │ │ ├── POSCAR_1_7 │ │ ├── POSCAR_2_1 │ │ ├── POSCAR_2_2 │ │ ├── POSCAR_2_3 │ │ ├── POSCAR_2_4 │ │ ├── POSCAR_2_5 │ │ ├── POSCAR_2_6 │ │ ├── POSCAR_2_7 │ │ ├── ene_1_1.dat │ │ ├── ene_2_1.dat │ │ ├── fit_ene_1_1.png │ │ ├── fit_ene_2_1.png │ │ ├── output_exact.dat │ │ ├── output_maelas.dat │ │ ├── run │ │ ├── trig.py │ │ ├── vasp_0 │ │ ├── vasp_cp_oszicar │ │ ├── vasp_jsub │ │ └── vasp_maelas │ └── trig_I_mode3_ani │ ├── input │ ├── ELADAT │ ├── MAGANI │ ├── POSCAR │ ├── run │ └── trig.py │ └── output │ ├── ELADAT │ ├── INCAR_1_1 │ ├── INCAR_2_1 │ ├── INCAR_std │ ├── KPOINTS │ ├── MAGANI │ ├── OSZICAR_1_1_1 │ ├── OSZICAR_1_2_1 │ ├── OSZICAR_1_3_1 │ ├── OSZICAR_1_4_1 │ ├── OSZICAR_1_5_1 │ ├── OSZICAR_1_6_1 │ ├── OSZICAR_1_7_1 │ ├── OSZICAR_2_1_1 │ ├── OSZICAR_2_2_1 │ ├── OSZICAR_2_3_1 │ ├── OSZICAR_2_4_1 │ ├── OSZICAR_2_5_1 │ ├── OSZICAR_2_6_1 │ ├── OSZICAR_2_7_1 │ ├── POSCAR │ ├── POSCAR_1_1 │ ├── POSCAR_1_2 │ ├── POSCAR_1_3 │ ├── POSCAR_1_4 │ ├── POSCAR_1_5 │ ├── POSCAR_1_6 │ ├── POSCAR_1_7 │ ├── POSCAR_2_1 │ ├── POSCAR_2_2 │ ├── POSCAR_2_3 │ ├── POSCAR_2_4 │ ├── POSCAR_2_5 │ ├── POSCAR_2_6 │ ├── POSCAR_2_7 │ ├── ene_1_1.dat │ ├── ene_2_1.dat │ ├── fit_ene_1_1.png │ ├── fit_ene_2_1.png │ ├── output_exact.dat │ ├── output_maelas.dat │ ├── run │ ├── trig.py │ ├── vasp_0 │ ├── vasp_cp_oszicar │ ├── vasp_jsub │ └── vasp_maelas ├── INSTALL ├── LICENSE ├── Manual_v3.pdf ├── README.md ├── install-requirements.sh ├── logo.png ├── maelas ├── __init__.py ├── __main__.py ├── bin │ └── maelas ├── cubic_I_mode1.py ├── cubic_I_mode2.py ├── data.py ├── generate.py ├── hex_I_tet_I_mode1.py ├── hex_I_tet_I_mode2.py ├── mode3.py ├── ort_mode1.py ├── ort_mode2.py ├── parser.py ├── relax.py ├── test_mae.py ├── trig_I_mode1.py └── trig_I_mode2.py ├── requirements.txt ├── setup.py ├── table_1.png ├── table_2.png ├── workflow_1.png └── workflow_2.png /Examples/FLEUR/AELAS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/README.md -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/input/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/input/OSZICAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/input/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/input/cp_osz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/input/cp_osz.sh -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/input/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/input/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/input/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/input/run.sh -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/DEFMOD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/DEFMOD -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/ELADAT -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/EPVDAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/EPVDAT -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/INPOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/INPOS -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_01_001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_01_001 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_01_002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_01_002 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_01_003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_01_003 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_01_004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_01_004 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_01_005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_01_005 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_01_006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_01_006 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_01_007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_01_007 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_02_001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_02_001 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_02_002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_02_002 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_02_003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_02_003 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_02_004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_02_004 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_02_005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_02_005 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_02_006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_02_006 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_02_007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_02_007 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_03_001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_03_001 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_03_002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_03_002 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_03_003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_03_003 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_03_004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_03_004 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_03_005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_03_005 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_03_006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_03_006 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/OSZICAR_03_007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/OSZICAR_03_007 -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_01_001.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_01_001.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_01_002.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_01_002.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_01_003.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_01_003.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_01_004.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_01_004.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_01_005.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_01_005.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_01_006.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_01_006.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_01_007.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_01_007.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_02_001.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_02_001.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_02_002.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_02_002.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_02_003.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_02_003.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_02_004.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_02_004.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_02_005.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_02_005.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_02_006.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_02_006.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_02_007.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_02_007.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_03_001.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_03_001.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_03_002.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_03_002.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_03_003.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_03_003.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_03_004.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_03_004.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_03_005.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_03_005.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_03_006.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_03_006.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/POS_03_007.vasp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/POS_03_007.vasp -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_1/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_1/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_2/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_2/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_3/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_3/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_4/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_4/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_5/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_5/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_6/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_6/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_1_7/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_1_7/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_1/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_1/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_2/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_2/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_3/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_3/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_4/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_4/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_5/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_5/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_6/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_6/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_2_7/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_2_7/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_1/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_1/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_2/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_2/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_3/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_3/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_4/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_4/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_5/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_5/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_6/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_6/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/POSCAR.cif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/POSCAR.cif -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/gmax0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/gmax0.dat -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/inp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/inp.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/inp_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/inp_file -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/kpts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/kpts.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/log -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/scratch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/scratch -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/struct.xsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/struct.xsf -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/sym.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/sym.xml -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/P_3_7/usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/P_3_7/usage.json -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/RECELL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/RECELL -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/RELAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/RELAS -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/cp_osz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/cp_osz.sh -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/AELAS/output/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/AELAS/output/run.sh -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/README.md -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/input/ELADAT -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/input/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/input/OSZICAR -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/input/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/input/cp_osz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/input/cp_osz.sh -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/input/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/input/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/input/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/input/run.sh -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/ELADAT -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/INCAR_1_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/INCAR_1_1 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/INCAR_1_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/INCAR_1_2 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/INCAR_2_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/INCAR_2_1 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/INCAR_2_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/INCAR_2_2 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/INCAR_std: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/INCAR_std -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/MAGANI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/MAGANI -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/OSZICAR -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_1 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_2 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_3 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_4 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_5 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_6 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_1_7 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_1 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_2 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_3 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_4 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_5 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_6 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/POSCAR_2_7 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_1_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_1_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_1_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_1_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_1_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_1_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_1_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_2_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_2_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_2_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_2_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_2_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_2_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_2_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_3_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_3_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_3_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_3_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_3_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_3_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_3_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_4_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_4_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_4_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_4_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_4_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_4_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_4_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_5_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_5_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_5_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_5_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_5_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_5_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_5_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_6_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_6_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_6_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_6_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_6_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_6_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_6_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_7_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_7_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_7_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_7_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_7_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_1_7_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_1_7_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_1_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_1_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_1_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_1_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_1_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_1_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_1_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_2_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_2_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_2_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_2_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_2_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_2_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_2_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/cdn1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/cdn1 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_3_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_3_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_3_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_3_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_4_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_4_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_4_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_4_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_4_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_4_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_4_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_5_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_5_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_5_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_5_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_5_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_5_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_5_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_6_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_6_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_6_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_6_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_6_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_6_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_6_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_1/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_7_1/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_1/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_7_1/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_1/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_7_1/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_1/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_2/cdnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_7_2/cdnc -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_2/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_7_2/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_2/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/P_2_7_2/log -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/P_2_7_2/soc0.dat: -------------------------------------------------------------------------------- 1 | 2 | &soc 0.10 0.37 / 3 | -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/cp_osz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/cp_osz.sh -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/dE_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/dE_1.png -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/dE_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/dE_2.png -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/ene_1_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/ene_1_1.dat -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/ene_1_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/ene_1_2.dat -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/ene_2_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/ene_2_1.dat -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/ene_2_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/ene_2_2.dat -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/run.sh -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/vasp_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/vasp_0 -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/vasp_jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/vasp_jsub -------------------------------------------------------------------------------- /Examples/FLEUR/MAELAS/mode2/output/vasp_maelas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/FLEUR/MAELAS/mode2/output/vasp_maelas -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/input_files/in.Fe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/BCC_Fe/input_files/in.Fe -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/INPOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/BCC_Fe/output_files/INPOS -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/RELAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/BCC_Fe/output_files/RELAS -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57158278013147 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_10.dat: -------------------------------------------------------------------------------- 1 | energy -8.57798706405232 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_11.dat: -------------------------------------------------------------------------------- 1 | energy -8.57644181646146 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_12.dat: -------------------------------------------------------------------------------- 1 | energy -8.57446941467451 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_13.dat: -------------------------------------------------------------------------------- 1 | energy -8.5720794655181 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57418244764869 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_3.dat: -------------------------------------------------------------------------------- 1 | energy -8.57629493722527 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_4.dat: -------------------------------------------------------------------------------- 1 | energy -8.57792511472802 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_5.dat: -------------------------------------------------------------------------------- 1 | energy -8.57908053449287 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_6.dat: -------------------------------------------------------------------------------- 1 | energy -8.57976855282929 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_7.dat: -------------------------------------------------------------------------------- 1 | energy -8.57999633217288 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_8.dat: -------------------------------------------------------------------------------- 1 | energy -8.57977084659172 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_1_9.dat: -------------------------------------------------------------------------------- 1 | energy -8.57909888642207 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.56269005229984 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_10.dat: -------------------------------------------------------------------------------- 1 | energy -8.57559915880195 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_11.dat: -------------------------------------------------------------------------------- 1 | energy -8.57233111487654 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_12.dat: -------------------------------------------------------------------------------- 1 | energy -8.56819668966319 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_13.dat: -------------------------------------------------------------------------------- 1 | energy -8.56321630791474 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.56809843424232 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_3.dat: -------------------------------------------------------------------------------- 1 | energy -8.57247076332304 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_4.dat: -------------------------------------------------------------------------------- 1 | energy -8.57583423322084 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_5.dat: -------------------------------------------------------------------------------- 1 | energy -8.57820816643691 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_6.dat: -------------------------------------------------------------------------------- 1 | energy -8.57958872057715 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_7.dat: -------------------------------------------------------------------------------- 1 | energy -8.57999633217288 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_8.dat: -------------------------------------------------------------------------------- 1 | energy -8.57945289399933 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_2_9.dat: -------------------------------------------------------------------------------- 1 | energy -8.57798002682975 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.54374384897554 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_10.dat: -------------------------------------------------------------------------------- 1 | energy -8.57115505626525 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_11.dat: -------------------------------------------------------------------------------- 1 | energy -8.56457251360922 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_12.dat: -------------------------------------------------------------------------------- 1 | energy -8.55626399022481 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_13.dat: -------------------------------------------------------------------------------- 1 | energy -8.54628267052663 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.55510698324701 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_3.dat: -------------------------------------------------------------------------------- 1 | energy -8.56425382685524 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_4.dat: -------------------------------------------------------------------------------- 1 | energy -8.57127331722045 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_5.dat: -------------------------------------------------------------------------------- 1 | energy -8.57622924321334 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_6.dat: -------------------------------------------------------------------------------- 1 | energy -8.57911818595052 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_7.dat: -------------------------------------------------------------------------------- 1 | energy -8.57999633217288 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_8.dat: -------------------------------------------------------------------------------- 1 | energy -8.57892319910145 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/energy_3_9.dat: -------------------------------------------------------------------------------- 1 | energy -8.5759570474844 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/BCC_Fe/output_files/in.Fe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/BCC_Fe/output_files/in.Fe -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/README.md -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/src/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/src/OSZICAR -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/src/gen_poscar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/src/gen_poscar.sh -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/src/run_lmp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/src/run_lmp.sh -------------------------------------------------------------------------------- /Examples/LAMMPS/AELAS/workflow_lmp_aelas.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/AELAS/workflow_lmp_aelas.pdf -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_1_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57973090637193 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_1_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57973498221912 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_2_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57984917628337 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_2_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57985223331739 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_3_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57993329966209 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_3_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57993533775011 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_4_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57998371555138 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_4_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57998473461124 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_5_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.58000087250228 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_5_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.58000087250228 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_6_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.579985228405 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_6_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57998420936377 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_7_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57993724979784 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_7_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57993521178418 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_8_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57985741201152 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_8_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57985435514425 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_9_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57974619847816 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_1_9_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57974212292594 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_1_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57937041678692 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_1_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57935960920276 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_2_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57964729183481 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_2_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.5796393520595 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_3_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57984388023793 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_3_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57983880816158 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_4_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57996068878334 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_4_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57995848426947 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_5_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.5799982209609 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_5_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57999888384624 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_6_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.5799569771087 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_6_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.579960507203 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_7_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57983745383506 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_7_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.5798438509209 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_8_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.5796401439745 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_8_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57964940780712 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_9_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.57936553728878 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/BCC_Fe/output_files/energy_2_9_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.57937766759583 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/MAELAS/mode_1/README.md -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/src/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/MAELAS/mode_1/src/OSZICAR -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/src/gen_poscar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/MAELAS/mode_1/src/gen_poscar.sh -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_1/src/run_lmp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/MAELAS/mode_1/src/run_lmp.sh -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/LAMMPS/MAELAS/mode_3/README.md -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.7781779782513 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_10.dat: -------------------------------------------------------------------------------- 1 | energy -8.78037255576367 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_11.dat: -------------------------------------------------------------------------------- 1 | energy -8.77887159781039 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_12.dat: -------------------------------------------------------------------------------- 1 | energy -8.77697181695046 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_13.dat: -------------------------------------------------------------------------------- 1 | energy -8.77468544457945 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.78229928863285 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_3.dat: -------------------------------------------------------------------------------- 1 | energy -8.78366560325584 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_4.dat: -------------------------------------------------------------------------------- 1 | energy -8.78235111768434 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_5.dat: -------------------------------------------------------------------------------- 1 | energy -8.77842376414051 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_6.dat: -------------------------------------------------------------------------------- 1 | energy -8.77194612208593 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_7.dat: -------------------------------------------------------------------------------- 1 | energy -8.7629764474058 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_8.dat: -------------------------------------------------------------------------------- 1 | energy -8.78212627263824 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_1_9.dat: -------------------------------------------------------------------------------- 1 | energy -8.78146193984271 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.77298502219196 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_10.dat: -------------------------------------------------------------------------------- 1 | energy -8.77305745991893 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_11.dat: -------------------------------------------------------------------------------- 1 | energy -8.7679606371497 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_12.dat: -------------------------------------------------------------------------------- 1 | energy -8.7618798508747 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_13.dat: -------------------------------------------------------------------------------- 1 | energy -8.75482395819786 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.77721479006648 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_3.dat: -------------------------------------------------------------------------------- 1 | energy -8.78036021466859 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_4.dat: -------------------------------------------------------------------------------- 1 | energy -8.7824337365086 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_5.dat: -------------------------------------------------------------------------------- 1 | energy -8.78344837907924 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_6.dat: -------------------------------------------------------------------------------- 1 | energy -8.7834168611621 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_7.dat: -------------------------------------------------------------------------------- 1 | energy -8.78235111768434 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_8.dat: -------------------------------------------------------------------------------- 1 | energy -8.78026234313043 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_2_9.dat: -------------------------------------------------------------------------------- 1 | energy -8.77716107751456 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_1.dat: -------------------------------------------------------------------------------- 1 | energy -8.75654882970087 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_10.dat: -------------------------------------------------------------------------------- 1 | energy -8.76592584846024 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_11.dat: -------------------------------------------------------------------------------- 1 | energy -8.7564215804166 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_12.dat: -------------------------------------------------------------------------------- 1 | energy -8.74496919661219 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_13.dat: -------------------------------------------------------------------------------- 1 | energy -8.7316067971126 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_2.dat: -------------------------------------------------------------------------------- 1 | energy -8.76665122728895 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_3.dat: -------------------------------------------------------------------------------- 1 | energy -8.77434925552985 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_4.dat: -------------------------------------------------------------------------------- 1 | energy -8.7797083320005 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_5.dat: -------------------------------------------------------------------------------- 1 | energy -8.78279049108679 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_6.dat: -------------------------------------------------------------------------------- 1 | energy -8.78365362530275 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_7.dat: -------------------------------------------------------------------------------- 1 | energy -8.78235111768434 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_8.dat: -------------------------------------------------------------------------------- 1 | energy -8.77893222611402 2 | -------------------------------------------------------------------------------- /Examples/LAMMPS/MAELAS/mode_3/calculation_volume_magnetostriction_MAELAS/output/energy_3_9.dat: -------------------------------------------------------------------------------- 1 | energy -8.77344273371271 2 | -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/README.md -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/input/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/input/OSZICAR -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/input/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/input/jsub -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/input/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/input/run.sh -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/DEFMOD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/DEFMOD -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/ELADAT -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/EPVDAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/EPVDAT -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/INPOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/INPOS -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/OSZICAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/OSZICAR -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/POSCAR.pw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/POSCAR.pw -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/RECELL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/RECELL -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/RELAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/RELAS -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/jsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/jsub -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/log -------------------------------------------------------------------------------- /Examples/QuantumEspresso/AELAS/output/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/AELAS/output/run.sh -------------------------------------------------------------------------------- /Examples/QuantumEspresso/MAELAS/mode3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/QuantumEspresso/MAELAS/mode3/README.md -------------------------------------------------------------------------------- /Examples/QuantumEspresso/MAELAS/mode3/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step1_cell_relaxation/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step1_cell_relaxation/pid_job: -------------------------------------------------------------------------------- 1 | 10121832.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step2_test_MAE/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step2_test_MAE/P_0_0/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step2_test_MAE/P_0_0/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step2_test_MAE/P_0_0/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step2_test_MAE/pid_job: -------------------------------------------------------------------------------- 1 | 10121845.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_1/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_1/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_2/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_2/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_3/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_3/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_3/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_4/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_4/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_4/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_5/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_5/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_5/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_6/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_6/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_6/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_7/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_7/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_1_7/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_1/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_1/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_2/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_2/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_3/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_3/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_3/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_4/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_4/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_4/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_5/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_5/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_5/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_6/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_6/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_6/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_7/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_7/ncl_1/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/P_2_7/ncl_2/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_1_1: -------------------------------------------------------------------------------- 1 | 10122038.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_1_2: -------------------------------------------------------------------------------- 1 | 10122039.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_1_3: -------------------------------------------------------------------------------- 1 | 10122040.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_1_4: -------------------------------------------------------------------------------- 1 | 10122041.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_1_5: -------------------------------------------------------------------------------- 1 | 10122042.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_1_6: -------------------------------------------------------------------------------- 1 | 10122043.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_1_7: -------------------------------------------------------------------------------- 1 | 10122044.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_2_1: -------------------------------------------------------------------------------- 1 | 10122045.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_2_2: -------------------------------------------------------------------------------- 1 | 10122046.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_2_3: -------------------------------------------------------------------------------- 1 | 10122047.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_2_4: -------------------------------------------------------------------------------- 1 | 10122048.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_2_5: -------------------------------------------------------------------------------- 1 | 10122049.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_2_6: -------------------------------------------------------------------------------- 1 | 10122050.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Automatic_flow_all_steps/results/Step3_generation_VASP_input_files/pid_job_2_7: -------------------------------------------------------------------------------- 1 | 10122051.isrv5 2 | -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Step_by_step/Step1_cell_relaxation/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Step_by_step/Step2_test_MAE/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_1/Fe_bcc/Step_by_step/Step3_generation_VASP_input_files/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_2/Fe_bcc/Step_by_step/Step1_cell_relaxation/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_2/Fe_bcc/Step_by_step/Step2_test_MAE/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_2/Fe_bcc/Step_by_step/Step3_generation_VASP_input_files/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 140 -------------------------------------------------------------------------------- /Examples/VASP/mode_3/Fe_bcc/Step_by_step/Step1_cell_relaxation/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_3/Fe_bcc/Step_by_step/Step3_generation_VASP_input_files/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/VASP/mode_3/Fe_bcc/Step_by_step/Step3_generation_VASP_input_files_ani/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/README.md -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode1/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode1/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode1/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode1/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode1/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode1/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode1/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode1/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode1/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode2/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode2/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode2/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode2/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode2/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode2/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode2/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode2/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode2/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode3/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode3/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode3/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode3/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode3/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode3/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode3/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode3/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/cub_I_mode3/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/cub_I_mode3_ani/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode1/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode1/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode1/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode1/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode1/input/hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode1/input/hex.py -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode1/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode1/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode1/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode1/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode1/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode2/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode2/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode2/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode2/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode2/input/hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode2/input/hex.py -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode2/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode2/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode2/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode2/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode2/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode3/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode3/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode3/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode3/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode3/input/hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode3/input/hex.py -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode3/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode3/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode3/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode3/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/hex_I_mode3/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/hex_I_mode3_ani/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/input/ort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/input/ort.py -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/output/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/output/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/output/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/output/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/output/ort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/output/ort.py -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode1/output/vasp_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode1/output/vasp_0 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/input/ort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/input/ort.py -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/output/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/output/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/output/MAGANI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/output/MAGANI -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/output/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/output/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/output/ort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/output/ort.py -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode2/output/vasp_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode2/output/vasp_0 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/input/ort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/input/ort.py -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/output/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/output/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/output/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/output/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/output/ort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/output/ort.py -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3/output/vasp_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3/output/vasp_0 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3_ani/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3_ani/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3_ani/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/ort_mode3_ani/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/ort_mode3_ani/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode1/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode1/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode1/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode1/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode1/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode1/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode1/input/tet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode1/input/tet.py -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode1/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode1/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode1/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode2/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode2/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode2/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode2/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode2/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode2/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode2/input/tet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode2/input/tet.py -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode2/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode2/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode2/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode3/input/ELADAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode3/input/ELADAT -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode3/input/POSCAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode3/input/POSCAR -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode3/input/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode3/input/run -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode3/input/tet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode3/input/tet.py -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode3/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode3/output/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Examples/test_accuracy/tet_I_mode3/output/run -------------------------------------------------------------------------------- /Examples/test_accuracy/tet_I_mode3_ani/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/trig_I_mode1/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/trig_I_mode2/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/trig_I_mode3/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /Examples/test_accuracy/trig_I_mode3_ani/output/KPOINTS: -------------------------------------------------------------------------------- 1 | k-points 2 | 0 3 | Auto 4 | 60 -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/INSTALL -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/LICENSE -------------------------------------------------------------------------------- /Manual_v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/Manual_v3.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/README.md -------------------------------------------------------------------------------- /install-requirements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/install-requirements.sh -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/logo.png -------------------------------------------------------------------------------- /maelas/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/__init__.py -------------------------------------------------------------------------------- /maelas/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/__main__.py -------------------------------------------------------------------------------- /maelas/bin/maelas: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | python3 -m maelas $@ 4 | -------------------------------------------------------------------------------- /maelas/cubic_I_mode1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/cubic_I_mode1.py -------------------------------------------------------------------------------- /maelas/cubic_I_mode2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/cubic_I_mode2.py -------------------------------------------------------------------------------- /maelas/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/data.py -------------------------------------------------------------------------------- /maelas/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/generate.py -------------------------------------------------------------------------------- /maelas/hex_I_tet_I_mode1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/hex_I_tet_I_mode1.py -------------------------------------------------------------------------------- /maelas/hex_I_tet_I_mode2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/hex_I_tet_I_mode2.py -------------------------------------------------------------------------------- /maelas/mode3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/mode3.py -------------------------------------------------------------------------------- /maelas/ort_mode1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/ort_mode1.py -------------------------------------------------------------------------------- /maelas/ort_mode2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/ort_mode2.py -------------------------------------------------------------------------------- /maelas/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/parser.py -------------------------------------------------------------------------------- /maelas/relax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/relax.py -------------------------------------------------------------------------------- /maelas/test_mae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/test_mae.py -------------------------------------------------------------------------------- /maelas/trig_I_mode1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/trig_I_mode1.py -------------------------------------------------------------------------------- /maelas/trig_I_mode2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/maelas/trig_I_mode2.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/setup.py -------------------------------------------------------------------------------- /table_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/table_1.png -------------------------------------------------------------------------------- /table_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/table_2.png -------------------------------------------------------------------------------- /workflow_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/workflow_1.png -------------------------------------------------------------------------------- /workflow_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnieves2019/MAELAS/HEAD/workflow_2.png --------------------------------------------------------------------------------