Skip to content

Active sampling based strategies for constructing 'phase' maps using spectroscopic measurements

License

Notifications You must be signed in to change notification settings

pozzo-research-group/activephasemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

activephasemap

Active sampling-based strategies for constructing 'phase' maps using spectroscopic measurements

Installation instructions:

Create a conda environment

conda create --prefix ./location/envs/activephasemap/ python==3.11

and activate it in a command shell

conda activate activephasemap
  1. Install botorch (this installs majority of the packages required)
pip install botorch
  1. Install other common packages:
pip install matplotlib pandas openpyxl seaborn torchvision
  1. Install the apdist package from here

  2. Install activephasemap from the repo:

pip install -e .

or directly from github:

pip install git+https://github.com/pozzo-research-group/activephasemap.git

For an application to creating a differentiable self-driving labs of gold nanoparticles, see here

About

Active sampling based strategies for constructing 'phase' maps using spectroscopic measurements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages