Skip to content

Commit ae7011b

Browse files
committed
Merge branch 'develop'
2 parents 45f26ff + f58ceba commit ae7011b

14 files changed

+3698
-26
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

3-
## Quantum Mobile v19.12.0RC1
3+
## Quantum Mobile v20.03.0
4+
5+
### Improvements
6+
* add WannierTools
7+
* add bigdft 1.9.0
8+
* add aiida-bigdft v0.1.0a0
9+
10+
### Build process
11+
* ansible 2.9.5
12+
* Vagrant v2.2.7
13+
* vbguest v0.23.0
14+
* bento/ubuntu-18.04 v202002.04.0
15+
* Virtualbox v6.1.4
16+
17+
### Software updates
18+
* yambo 4.5.1
19+
* siesta 4.1-rc1
20+
* cp2k 7.1
21+
* wannier90 3.1
22+
* aiida v1.1.0
23+
* aiida-yambo 1.0
24+
* aiidalab v20.2.0b2
25+
* aiida-wannier90 v2.0.0
26+
27+
## Quantum Mobile v19.12.0
428

529
### Improvements
630
* first Quantum Mobile release with AiiDA 1.0
@@ -12,7 +36,6 @@
1236
* aiida-quantumespresso v3.0.0a5
1337
* aiida-siesta v1.0.0
1438
* aiida-fleur v1.0.0a0
15-
* aiida-bigdft v0.1.0a0
1639
* aiidalab v19.11.0a2
1740
* yambo 4.4
1841
* QE 6.5 with EPW and Wannier90

INSTALL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Get Quantum Mobile running on your computer in three simple steps:
44

55
1. Download virtual machine image (${vm_image_size})
66
https://object.cscs.ch/v1/AUTH_b1d80408b3d340db9f03d373bbde5c1e/marvel-vms/${fname}
7-
MD5 hash: ${vm_image_md5}
8-
2. Install Virtual Box 6.0.0 or later
7+
Filename: `${fname}`
8+
MD5 hash: `${vm_image_md5}`
9+
2. Install Virtual Box 6.1.4 or later
910
www.virtualbox.org
1011
3. Import virtual machine image into Virtualbox (${vm_vdisk_size})
1112
File => Import Appliance

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mechanical calculations, including
1515
* [Siesta](https://gitlab.com/siesta-project/siesta)
1616
* [CP2K](https://www.cp2k.org)
1717
* [Wannier90](http://www.wannier.org)
18+
* [BigDFT](http://www.bigdft.org)
1819

1920
all of which are set up and ready to be used through on their own or through the
2021
[AiiDA](http://www.aiida.net) python framework for automated workflows and

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Vagrant.configure(2) do |config|
2727
# makes mouse/typing more responsive
2828
vb.customize ["modifyvm", :id, "--accelerate3d", "on"]
2929
# see https://github.com/marvel-nccr/quantum-mobile/issues/99
30-
vb.customize ["modifyvm", :id, "--graphicscontroller", "vboxsvga"]
30+
vb.customize ["modifyvm", :id, "--graphicscontroller", "vmsvga"]
3131
vb.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
3232
vb.customize ["modifyvm", :id, "--draganddrop", "bidirectional"]
3333
# turn off remote display (requires Virtualbox Extension pack)

globalconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Caution: This file is read by vagrant, ansible and bash
33
vm_name: "Quantum Mobile"
4-
vm_version: "19.12.0RC1"
4+
vm_version: "20.03.0"
55
vm_description: "A Virtual Machine for Computational Materials Science"
66
vm_url: "https://github.com/marvel-nccr/marvel-virtualmachine"
77
vm_author: "MARVEL NCCR and MaX CoE"

hosts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[vms:vars]
22
ansible_ssh_common_args= -F vagrant-ssh
3+
# modify this line to switch to python2
4+
ansible_python_interpreter=/usr/bin/python3
35
[vms]
46
default ansible_user=vagrant

0 commit comments

Comments
 (0)