Detail

FCHL Model to Predict G4MP2 Atomization Energy from B3LYP Total Energy

loganw_globusid/g4mp2_delta_fchl_b3lyp
Copy
Logan Ward; Ben Blaiszik; Ian Foster; Rajeev Assary; Badri Narayanan; Larry Curtiss
Python static method

Input

Structures and B3LYP energies of moelcule sto be evaluated
Type: tuple
Structures of molecules in XYZ format. Structure should be relaxed with B3LYP/6-31G(2df,p)
Type: (list) string
B3LYP total energies of Energies of molecules in Ha
Type: (list) float

Output

Estimate of G4MP2 atomization energy
Type: list

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('loganw_globusid/g4mp2_delta_fchl_b3lyp', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('loganw_globusid/g4mp2_delta_fchl_b3lyp')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation