Adjust ddm project config

This commit is contained in:
Yan Lin 2025-09-05 09:22:01 +02:00
parent fc0e5e8c97
commit 0fdb90293b

View file

@ -172,6 +172,13 @@ in
git = true; git = true;
shell = true; shell = true;
} }
{
name = "pc";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/AMDEN-code";
ai = true;
git = true;
shell = false;
}
{ {
name = "p"; name = "p";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/mc-denoising-paper"; path = homePath "Documents/Projects/Inverse Design of Disordered Materials/mc-denoising-paper";