update material project config

This commit is contained in:
Yan Lin 2025-12-02 14:19:55 +01:00
parent 92d548938a
commit a30826bef8

View file

@ -74,9 +74,16 @@ in
description = "AI for Material";
windows = [
{
name = "";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials";
name = "paper";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/mdshortcut-ijcai26-paper";
ai = true;
git = true;
shell = false;
}
{
name = "proj";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials";
ai = false;
git = false;
shell = true;
}