-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use underscores rather than hyphen consistently: Done. Update some README.md and add note on conventions in the main README.md * flatten examples structure * move profiling to ipi_test folder. update the readme * Fixed a warning in an obscure s-c-related property * (partial) removal of LAMMPS dependency of the examples --------- Co-authored-by: Yair Litman <[email protected]>
- Loading branch information
Showing
441 changed files
with
209 additions
and
36,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
Full-fledged demos of i-PI performing actual calculations | ||
========================================================= | ||
Examples of advanced features | ||
============================= | ||
|
||
- Existing examples in alphabetical orderd: | ||
This folder contains examples that are somewhat more complicated, requiring | ||
either a particular setup of the drivers, or post-processing of the output. | ||
More thoroughly-commented examples of advanced simulations can be found in the | ||
`demos` folder: these are more minimalistic, and probably require careful study | ||
of the reference papers to fully understand the simulation setup. | ||
|
||
**cav_md**: Cavity molecular dynamics (CavMD) simulation of liquid water under vibrational strong coupling | ||
**spatially_localized_rpc**: Spatially localized ring-polymer contraction | ||
`cav_md`: Cavity molecular dynamics (CavMD) simulation of liquid water under vibrational strong coupling | ||
`spatially_localized_rpc`: Spatially localized ring-polymer contraction | ||
|
||
- Examples that need to be added | ||
**COMPLETE HERE** |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
examples/features/advanced_combinations/cav_md_liquid_water/run.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ipi=i-pi | ||
driver="i-pi-driver -m qtip4pf -u -a h2o-cl-cavmd" | ||
sleep_time=4 | ||
|
||
${ipi} input.xml > log.i-pi & | ||
echo "# i-PI is running" | ||
|
||
echo "# Waiting for ${sleep_time} (s) before executing driver" | ||
sleep ${sleep_time} | ||
|
||
${driver} > /dev/null & | ||
echo "# Driver is running" | ||
|
||
wait | ||
|
||
echo "# Simulation complete" |
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
examples/features/advanced_combinations/spatially_localized_rpc/README.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
...atures/advanced_combinations/spatially_localized_rpc_graphene_benzene/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Spatially localized ring-polymer contraction | ||
-------------------------------------------- | ||
|
||
NB: requires LAMMPS as a driver code | ||
|
||
- Client code: Lammps | ||
- Theory: Litman, et al. J. Chem. Phys. 148, 102320 (2018) https://doi.org/10.1063/1.5002537 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...les/features/classical_molecular_dynamics/NPzT_ensemble_BZP/lammps_h2o_bulk_Ih/ice_96.xyz
This file was deleted.
Oops, something went wrong.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
examples/features/classical_molecular_dynamics/NPzT_ensemble_BZP_ice/ice_96.xyz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../init_files/ice_96.xyz |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
.../features/classical_molecular_dynamics/NPzT_ensemble_MTTK/lammps_h2o_bulk_Ih/.driver_info
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...es/features/classical_molecular_dynamics/NPzT_ensemble_MTTK/lammps_h2o_bulk_Ih/ice_96.xyz
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.