Skip to content

Commit f9cee80

Browse files
committed
Merge branch 'develop'
2 parents 610a8a7 + b9e7ae0 commit f9cee80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+78
-78
lines changed

src/ComplexUHF/UHFmain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/cal_energy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/diag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/green.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/include/Def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/include/cal_energy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/include/diag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/include/green.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/include/initial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

src/ComplexUHF/include/makeham.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mVMC - A numerical solver package for a wide range of quantum lattice models based on many-variable Variational Monte Carlo method
3-
Copyright (C) 2016 Takahiro Misawa, Satoshi Morita, Takahiro Ohgoe, Kota Ido, Mitsuaki Kawamura, Takeo Kato, Masatoshi Imada.
3+
Copyright (C) 2016 The University of Tokyo, All rights reserved.
44
55
This program is developed based on the mVMC-mini program
66
(https://github.com/fiber-miniapp/mVMC-mini)

0 commit comments

Comments
 (0)