This repository contains the simulation files for the paper:
I. Nodozi, J. O'Leary, A. Mesbah, and A. Halder, "A Physics-informed Deep Learning Approach for Minimum Effort Stochastic Control of Colloidal Self-Assembly," presented at ACC 2023.
In this work, we formulate the finite-horizon stochastic optimal control problem for colloidal self-assembly in the space of probability density functions (PDFs) of the underlying state variables (namely, order parameters). The control objective is to steer the state PDFs from a prescribed initial probability measure towards a prescribed terminal probability measure with minimum control effort.
Controlled self-assembly process is used in precision (e.g., sub nm scale) manufacturing of materials with advanced electrical, magnetic, or optical properties.
The prescribed initial PDF
The architecture of the physics-informed neural network with the system order parameter and time as the input features
Training data in the domain
After 15,000 training epochs, the residuals for all loss functions go below
Snapshots of the optimally controlled joint PDFs steering the order parameters distribution from the given initial distribution to the given terminal distribution over the given time horizon
- /code: Contains the source code for the simulations.
- /data: Includes datasets obtained from the simulations.
- /results: Directory for storing the figures.
The Jupyter notebook provided in this repository includes the following Python libraries:
- deepxde
- numpy
- scipy
- math
- matplotlib
- Clone the repository:
git clone https://github.com/inodozi/PhysicInformedDeepLearningColloidalControl.git
cd PhysicInformedDeepLearningColloidalControl
- Navigate to the notebooks directory and open the Jupyter notebooks to explore the simulations:
jupyter notebook
- Run the provided scripts in the directory to reproduce the results.
If you find this repository useful in your research, please consider citing our paper:
@inproceedings{nodozi2023physics,
title={A physics-informed deep learning approach for minimum effort stochastic control of colloidal self-assembly},
author={Nodozi, Iman and O’Leary, Jared and Mesbah, Ali and Halder, Abhishek},
booktitle={2023 American Control Conference (ACC)},
pages={609--615},
year={2023},
organization={IEEE}
}
For any questions or inquiries, please contact inodozi@ucsc.edu