On Sep 30, 2020, at 10:29, Synge Todo <wistaria@phys.s.u-tokyo.ac.jp> wrote:
Dear Wei,
Indeed, <\cos\theta> is zero if there is no external magnetic field.
If there is a non-zero magnetic field, 'Magnetization along Field' is the quantity you are looking for.
Best,
Synge
On Sep 30, 2020, at 11:03, Wei Wang <wei.wang@jhu.edu> wrote:
Dear Prof. Todo,
Thank you for your reply! I have added these two lines into my code, and print the measurements out:
set(['Magnetization^2', 'Binder Cumulant', 'Specific Heat', '|Magnetization|', 'Magnetization^4', '|Staggered Magnetization|', 'Staggered Magnetization^2', 'E.Magnetization^4’,
'E.Magnetization^2', 'Energy Density', 'Susceptibility', 'beta * Energy / sqrt(N)', 'Magnetization along Field', 'Magnetization^4 slope', 'Connected Susceptibility', 'Magnetization^2
slope', 'Binder Cumulant U2', 'Cluster size', 'Bond-type Energy', 'Energy', 'Bond-type Energy Density', 'Energy^2', '(beta * Energy)^2 / N', 'Binder Cumulant slope'])
I don’t find an observable like the <\cos\theta>, or which of the measurements above can give me the directions of the magnetization. Please forgive me if this is a silly question, I am a 1st-year graduate student learning how to use ALPS. Thank you!
Regards,
Wei
On Sep 30, 2020, at 09:45, Synge Todo <wistaria@phys.s.u-tokyo.ac.jp> wrote:
Dear Wei,
You can obtain a list of measurements by
data = pyalps.loadMeasurements(pyalps.getResultFiles(prefix='data/parmXY'))
measurements = { item.props['observable'] for item in pyalps.flatten(data) }
Best,
Synge
On Sep 30, 2020, at 9:49, Wei Wang <wei.wang@jhu.edu> wrote:
Hi,
I am just new to ALPS, and I have a silly question about running MC simulations of XY model:
Following the tutorials, I use python to run the simulations and change the model from “Ising” to “XY”, like:
import pyalps
parms = [
{
'LATTICE': "square lattice",
'T': 1,
'J': 1,
'THERMALIZATION': 10000,
'SWEEPS': 400000,
'UPDATE': "cluster",
'MODEL': "XY",
'L': 8
}
]
input_file = pyalps.writeInputFiles('data/parmXY', parms)
pyalps.runApplication('spinmc', input_file, Tmin=5)
result_files = pyalps.getResultFiles(prefix='data/parmXY')
data = pyalps.loadMeasurements(result_files)
how can I get some observables like <\cos\theta>, where \theta is the direction of the spin at each site? If such a quantity is not provided directly by ALPS, is there a possible method to get these quantities I want. I just get lost when I see the source code of ALPS.
Thank you in advance!
Best,
Wei
----
Comp-phys-alps-users Mailing List for the ALPS Project
https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Falps.comp-phys.org%2F&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=oj84I9BXIPhum%2Fw7lgBdkGcEdpCPrS%2FM4ebHvao1LUo%3D&reserved=0
List info: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Flistinfo%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=RNHZcOtB2%2BReTMpoGj%2FSL2YBeMBskF5Ha8NC9GgNw0I%3D&reserved=0
Archive: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Fpipermail%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=seQaDXt57K559ZpAHjQWKaoPUt9cWAOwrJtvL9pB2jY%3D&reserved=0
Unsubscribe by writing a mail to comp-phys-alps-users-leave@lists.phys.ethz.ch.
----
Comp-phys-alps-users Mailing List for the ALPS Project
https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Falps.comp-phys.org%2F&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=oj84I9BXIPhum%2Fw7lgBdkGcEdpCPrS%2FM4ebHvao1LUo%3D&reserved=0
List info: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Flistinfo%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=RNHZcOtB2%2BReTMpoGj%2FSL2YBeMBskF5Ha8NC9GgNw0I%3D&reserved=0
Archive: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Fpipermail%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=seQaDXt57K559ZpAHjQWKaoPUt9cWAOwrJtvL9pB2jY%3D&reserved=0
Unsubscribe by writing a mail to comp-phys-alps-users-leave@lists.phys.ethz.ch.
----
Comp-phys-alps-users Mailing List for the ALPS Project
https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Falps.comp-phys.org%2F&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=oj84I9BXIPhum%2Fw7lgBdkGcEdpCPrS%2FM4ebHvao1LUo%3D&reserved=0
List info: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Flistinfo%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=RNHZcOtB2%2BReTMpoGj%2FSL2YBeMBskF5Ha8NC9GgNw0I%3D&reserved=0
Archive: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Fpipermail%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048726080&sdata=seQaDXt57K559ZpAHjQWKaoPUt9cWAOwrJtvL9pB2jY%3D&reserved=0
Unsubscribe by writing a mail to comp-phys-alps-users-leave@lists.phys.ethz.ch.
----
Comp-phys-alps-users Mailing List for the ALPS Project
https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Falps.comp-phys.org%2F&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048736075&sdata=fUg82FJeDQNPpnO47kKfY9TAb4bPx3Z1BvUUAYcNZWY%3D&reserved=0
List info: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Flistinfo%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048736075&sdata=9uXkt0ZE7AseR04J2xhMt4KfhvtOMDD2ZuP8Ji42xjo%3D&reserved=0
Archive: https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.phys.ethz.ch%2F%2Fpipermail%2Fcomp-phys-alps-users&data=02%7C01%7Cwei.wang%40jhu.edu%7C61b2968f3dba47b7839b08d864e8bc0d%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637370298048736075&sdata=akhYzBmEdGvgKtx4nwLfIaS3l7VEK%2FpCM6ekeUClBzA%3D&reserved=0
Unsubscribe by writing a mail to comp-phys-alps-users-leave@lists.phys.ethz.ch.