From f6fc107338657ba73ff16ed5c56c4ec134e653f0 Mon Sep 17 00:00:00 2001 From: Johannes Hjorth Date: Wed, 6 Nov 2024 14:53:35 +0100 Subject: [PATCH] Updated version number --- .../KTH_PDC/VBT_kir_scan/juelich-info.txt | 19 +++++++++++++++++++ snudda/__init__.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 examples/parallel/KTH_PDC/VBT_kir_scan/juelich-info.txt diff --git a/examples/parallel/KTH_PDC/VBT_kir_scan/juelich-info.txt b/examples/parallel/KTH_PDC/VBT_kir_scan/juelich-info.txt new file mode 100644 index 000000000..674f03825 --- /dev/null +++ b/examples/parallel/KTH_PDC/VBT_kir_scan/juelich-info.txt @@ -0,0 +1,19 @@ +Dear all, + +Please find below the process to get access to our VBT project in JUWELS: + +1. Get an LDAP account here (please use the email address in which you are receiving these instructions): https://judoor.fz-juelich.de/register + +2. Follow this link to request access to our project: https://judoor.fz-juelich.de/projects/join/vbt + +3. You will get a notification once your request has been accepted. After this, you can sign the user agreement for the JUWELS system by logging in to JUDOOR here: https://judoor.fz-juelich.de/login + +4. Upload your ssh keys and you can then start using the JUWELS system. + +Here some useful information about the system for your convenience: https://apps.fz-juelich.de/jsc/hps/juwels/ + +If you have questions about using the system please let me know. + +All the best, +Sandra + diff --git a/snudda/__init__.py b/snudda/__init__.py index d40eaedec..8f61aba31 100644 --- a/snudda/__init__.py +++ b/snudda/__init__.py @@ -1,6 +1,6 @@ from .core import Snudda -__version__ = "2.1.3" +__version__ = "2.1.4" from .init import SnuddaInit from .place import SnuddaPlace