Catalyst structure optimization for the oxygen reduction reaction on Pt and Au.
- Atomic simualtion environment (3.17.0) : Data structures for molecular structures and file IO.
- See requirements.txt for suitable virtual environment dependencies
- Minimum of 8GB of memory recommended
- Marcel Nunez (mpnunez28@gmail.com)
- Joshua Lansford (lansford.jl@gmail.com )
- orr_optimizer: Core classes for simulating the ORR chemistry and catalyst structure
- volcano: generate_volcanoes.py produces all_volcanos.npy, which is read by the files in the structures folder.
- optimization_scripts: Optimize_main.py performs a sample optimization. Extract_data.py shows data from the publication.
- figures: produces some figures from publication
`pip install ORR-Optimization==0.2
``import orr_optimizer
` or run scripts in the scripts folder