build: lock update
This commit is contained in:
10
data/in/backend.json
Normal file
10
data/in/backend.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"device": "cpu",
|
||||
"precision": "Z",
|
||||
"num_procs": 1,
|
||||
"ansatz": "MPS",
|
||||
"mpi_approach": "SR",
|
||||
"mpi_command": [
|
||||
"mpiexec"
|
||||
]
|
||||
}
|
||||
5
data/in/checkpoints.json
Normal file
5
data/in/checkpoints.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"checkpoint_PATH": "data/checkpoints/",
|
||||
"checkpoint_frequency": -1,
|
||||
"initial_line": 1
|
||||
}
|
||||
6
data/in/convergence_parameters.json
Normal file
6
data/in/convergence_parameters.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"max_bond_dimension": 10,
|
||||
"cut_ratio": 1e-09,
|
||||
"trunc_tracking_mode": "C",
|
||||
"svd_ctrl": "A"
|
||||
}
|
||||
5
data/in/io_info.json
Normal file
5
data/in/io_info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"inPATH": "data/in/",
|
||||
"outPATH": "data/out/",
|
||||
"initial_state": "Vacuum"
|
||||
}
|
||||
BIN
data/out/temp.pklmps
Normal file
BIN
data/out/temp.pklmps
Normal file
Binary file not shown.
1458
poetry.lock
generated
1458
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user