Hadoken!!!

hadokenmaterials.io (BETA)

The High Throughput Machine Learning Materials Design Platform

 

Fermi Energy - Geometry - Deep Learning

Machine Learning Home

Use this model created via deep learning for fast and accurate predictions of Fermi energy using stoichiometry and unit cell parameters.

Load example values into the form.

Try it Yourself

Enter the corresponding values to try the approximation for yourself.

Specify the full stoichiometry
Unit cell A side length (Angstroms)
Unit cell B side length
Unit cell C side length
Unit cell α angle
Unit cell β angle
Unit cell γ angle
 

** Use of this web page reqiures correct Citing and attribution in any or all work and/or papers produced from results generated by this service.

API

You can access the single-attribute band gap predictor here:

URL format: /api/v{Version}/MachineLearning/FermiEnergy/Geometry

POST

{
	"stoichiometry": "Cr4Cu1In1Se8",
	"geometryA": 7.642811,
	"geometryB": 7.643063,
	"geometryC": 7.643013,
	"geometryAlpha": 59.99344,
	"geometryBeta": 59.99952,
	"geometryGamma": 60.00009
}

JSON - response

{
    "fermiEnergy": 3.541726248357564780714516288,
	"geometryA": 7.642811,
	"geometryB": 7.643063,
	"geometryC": 7.643013,
	"geometryAlpha": 59.99344,
	"geometryBeta": 59.99952,
	"geometryGamma": 60.00009,
	"stoichiometry": "Cr4Cu1In1Se8"
}

XML - response

<FermiEnergyGeometryModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <FermiEnergy>3.541726248357564780714516288</FermiEnergy>
    <GeometryA>7.642811</GeometryA>
    <GeometryAlpha>59.99344</GeometryAlpha>
    <GeometryB>7.643063</GeometryB>
    <GeometryBeta>59.99952</GeometryBeta>
    <GeometryC>7.643013</GeometryC>
    <GeometryGamma>60.00009</GeometryGamma>
    <Stoichiometry>Cr4Cu1In1Se8</Stoichiometry>
</FermiEnergyGeometryModel>

 

Copyright © 2017-2024 hadokenmaterials.io | Privacy | Terms | Citing | Contact